Select to view content in your preferred language

Remove thousand seperator in query widget?

1127
3
Jump to solution
05-03-2017 06:04 AM
KateGormley1
New Contributor II

Hi,

 

I am currently developing an app using the Web App Builder and am just configuring the query widget.  One of the results I want to display is Year of Survey - but the default settings in the widget bring back the year result with a thousand separator.  Does anyone know how I can remove it?  I can seem to see a remove option in the builder (like you would see in the map viewer).

 

Thanks

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Kate,

  There is no widget settings to allow for this using the settings UI. But you can manually make the change in the config_Query.json file for your app.

[install dir]\server\apps\[app#]\configs\Query\config_Query.json

Find the field you are wanting the separator removed from and change the format > digitSeparator to false.

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

Kate,

  There is no widget settings to allow for this using the settings UI. But you can manually make the change in the config_Query.json file for your app.

[install dir]\server\apps\[app#]\configs\Query\config_Query.json

Find the field you are wanting the separator removed from and change the format > digitSeparator to false.

KateGormley1
New Contributor II

Brilliant - thanks, that worked perfectly!

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Kate,

   

   Don't forget to mark this question as answered.

0 Kudos