Query results null values - Is there a way to suppress the "No value" that Web AppBuilder inserts?

4176
1
01-12-2015 05:24 PM
MatthewGubitosa
New Contributor III

When retrieving records via a query in a Web AppBuilder application, null values are reported as "No value".  I'd prefer to see nothing.  Is there a way to suppress the "No value" ? 

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Matthew,

   Sure there is. Go into the strings.js under widgets/Query/nls and change the noValue property to "" instead of "No value"

0 Kudos