<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I format numbers in pop-ups for web appbuilder applications? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162617#M4546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to fix a number formatting issue in the edit pop-up in a web appbuilder application.&amp;nbsp; 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.&amp;nbsp; Is it being over-ridden by something else in the code?&amp;nbsp; Any ideas would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{ "fieldName": "ACCOUNTNUMBER",
&amp;nbsp; "label": "Account Number",
&amp;nbsp; "format":{
&amp;nbsp; "places": 2,
&amp;nbsp; "digitSeparator": false
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp; "isEditable": true
},&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 08:32:33 GMT</pubDate>
    <dc:creator>BrandonKeinath1</dc:creator>
    <dc:date>2021-12-11T08:32:33Z</dc:date>
    <item>
      <title>How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162617#M4546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to fix a number formatting issue in the edit pop-up in a web appbuilder application.&amp;nbsp; 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.&amp;nbsp; Is it being over-ridden by something else in the code?&amp;nbsp; Any ideas would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{ "fieldName": "ACCOUNTNUMBER",
&amp;nbsp; "label": "Account Number",
&amp;nbsp; "format":{
&amp;nbsp; "places": 2,
&amp;nbsp; "digitSeparator": false
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp; "isEditable": true
},&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162617#M4546</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2021-12-11T08:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162618#M4547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Brandon, I am assuming you want to do it by editing the .json files to which i dont have an answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just in case you were not aware and if you are creating maps in arcgis online you can do it here (image provided):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PopupConfig.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/121864_PopupConfig.PNG" style="width: 620px; height: 367px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 17:57:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162618#M4547</guid>
      <dc:creator>DanNorman</dc:creator>
      <dc:date>2015-08-11T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162619#M4548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct that I would like to do it via code.&amp;nbsp; We do use the arcgis online web map as the base to our web appbuilder application but it (the map) doesn't seem to respect the field formatting I set in the service.&amp;nbsp; And changing all the fields for each web map it gets used in is frustrating.&amp;nbsp; Have you seen this behavior of the service formatting not transferring to web map or is it unique to us?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162619#M4548</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-08-11T18:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162620#M4549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I haven't seen that behavior, our formatting always persists to the app (AGOL WAB, and WAB developer).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162620#M4549</guid>
      <dc:creator>DanNorman</dc:creator>
      <dc:date>2015-08-11T18:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162621#M4550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me the workflow you follow for publishing your services?&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you need to visit the Number Format section of the fields properties?&amp;nbsp;&amp;nbsp; It sounds like there may be something you're doing differently than I am or that it's something I should follow up with esri on.&amp;nbsp; The fields I'm looking at are "Long" type.&amp;nbsp; What type are yours?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 20:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162621#M4550</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-08-12T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162622#M4551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Brandon, workflow below... i do not need to visit the number format section of the fields properties in arcmap, i do need to visit the configure attributes in arcgis online..... using the configure attributes dialog is successful for me with long type integers and double type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are are publishing desktop 10.3.1 mxds containing spatial views and regular feature classes. These are published on arcgis server 10.3.1 and the services are added to arcgis online "my content". the services are then added to a map where we configure the attributes for decimal places and thousand separators. The field i was referring to was of type double which arcgis online by default checks the 1000 separator so i uncheck it, save the popup, save the map, craete a new application (developer or web app builder through arcgis online) and the thousand separator successfuly does not show up on someones street address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All that said i just performed a test on a regular feature class in our 10.3.1 sde where i displayed a popup for a long integer field, formatted it to exclude 100 separator, and it persists all the way to the application.... unfortunately i cant share the app as its internal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your workflow much different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 21:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162622#M4551</guid>
      <dc:creator>DanNorman</dc:creator>
      <dc:date>2015-08-12T21:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162623#M4552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No that is our workflow as well; I'm happy to see other people using Spatial Views!&amp;nbsp; You are right that the formatting persists when you edit the pop-up in AGOL.&amp;nbsp; I had hoped to cut out the pop-up formatting step in ArcGIS online purely out of laziness.&amp;nbsp; I don't really like the user interface for pop-up configuration (compared to ArcMap) and I've been burned in the past having users un-check the pop-up in AGOL and having to re-do all my formatting.&amp;nbsp; I don't know if this issue still exists but it was painful enough I've been reluctant to test it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still interested in the code solution but I think I'll post in another portion of geonet that is more appropriate.&amp;nbsp; If you're interested, or other in the future, I can share the link here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 13:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162623#M4552</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-08-13T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162624#M4553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend leaving this question as unanswered as we still dont have a programmatic fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is one thing to note in regards to you loosing configuration information: when you add a service to my content, and then add that service to any AGOL map, then edit any configuration about any of the layers within the service, you can save those changes to the "my content" instance of your service when you select save from the service's dropdown in AGOL map. ie, the popup configuration you setup for one or many layers in the service is saved within the my content item independent of whether or not you happen to save the AGOL map. You can also have multiple my content additions of the same service with different configurations and then make copy to backup of the configurations you like. Copying and saving service instances is done from the services drop down in AGOL map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162624#M4553</guid>
      <dc:creator>DanNorman</dc:creator>
      <dc:date>2015-08-13T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162625#M4554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and after the instance of the service is saved in the AGOL map, those changes persists to any other map you add it to, or allready have it in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162625#M4554</guid>
      <dc:creator>DanNorman</dc:creator>
      <dc:date>2015-08-13T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162626#M4555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done as you suggested and left this unanswered.&amp;nbsp; I wasn't aware of the ability to save out service configuration changes from AGOL.&amp;nbsp; Does this get confusing in terms of naming or searching for layers in AGOL?&amp;nbsp; I can envision a scenario where I've saved out three different service configurations and a user might get confused about which they should use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162626#M4555</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-08-13T15:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format numbers in pop-ups for web appbuilder applications?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162627#M4556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah changes to a my content instance of a service saves all the work of having to modify for every single map you create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-numbers-in-pop-ups-for-web/m-p/162627#M4556</guid>
      <dc:creator>DanNorman</dc:creator>
      <dc:date>2015-08-13T16:13:05Z</dc:date>
    </item>
  </channel>
</rss>

