How do I format numbers in pop-ups for web appbuilder applications?

7286
10
08-11-2015 07:08 AM
BrandonKeinath1
Occasional Contributor III

Hi all,

I'm attempting to fix a number formatting issue in the edit pop-up in a web appbuilder application.  I would like the numbers to display without the thousand seperator but I'm not able to make changes appear when I edit the config_Edit.json file.  Is it being over-ridden by something else in the code?  Any ideas would be helpful.

{ "fieldName": "ACCOUNTNUMBER",
  "label": "Account Number",
  "format":{
  "places": 2,
  "digitSeparator": false
          },
  "isEditable": true
},

Thanks,


Brandon

0 Kudos
10 Replies
DanNorman
Occasional Contributor

Yeah changes to a my content instance of a service saves all the work of having to modify for every single map you create.

As for managing multiples: we only have two configurations, two AGOL admins, and no other users have access to AGOL, we only hand pout links to the apps. but yeah unfortunately multiple configs might take some thought to arganize/track.

0 Kudos