<?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 Re: How do I format a numeric field in a pop-up (WAB Developer) in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118576#M3461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;There are two different ‘field format’ definitions between Pop-up and Edit widget. You can use the standard Pop-up 'format parameter' show below to format fields in Pop-up:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;&lt;IMG class="image-1 jive-image" height="308" src="https://community.esri.com/legacyfs/online/131071_pastedImage_0.png" style="height: 308px; width: 450.377px;" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;In WAB, the Edit widget use esri/dijit/editing/Editor dijit, the 'format parameter' of Editor is very simple, the definition is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt; '&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Opt-in to allow the editing of time on a date field. An object with a single boolean property named "time".'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/editor-amd.html"&gt;https://developers.arcgis.com/javascript/jsapi/editor-amd.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;So, Edit Widget does not support to format a numeric field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 14:33:46 GMT</pubDate>
    <dc:creator>XiaodongWang</dc:creator>
    <dc:date>2015-10-14T14:33:46Z</dc:date>
    <item>
      <title>How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118567#M3452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to customize my pop-ups, so that the square mile field is either rounded or one decimal.&amp;nbsp; I am using the &lt;A href="https://community.esri.com/message/448393"&gt;LocalLayerWidget and AccessifizrWidget&lt;/A&gt; v1.2.&amp;nbsp; (Maybe the option to format fields can be added to this custom widget?)&amp;nbsp; But for now, it would help if I could just format it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b&amp;gt;Area Name: &amp;lt;/b&amp;gt;{name}&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b&amp;gt;Approx. Sq miles:&amp;nbsp; &amp;lt;/b&amp;gt;{SqMi}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to write the&amp;nbsp;&amp;nbsp; {SqM} element to round or show only one decimal place?&amp;nbsp; Do I need to modify one of the files directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW - I tried to see if I could see how the Online pop-up configuration worked, but although it had a quick format option, I could not see any code changes (I have not tested by downloading from WAB online yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no easy way, I know a semi quick option would just add a field to my source and use that.&amp;nbsp; Just looking for a simpler answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 02:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118567#M3452</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-02-03T02:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118568#M3453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Formatting a numeric field can be done in the fieldinfos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fieldInfos": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fieldName": "SHAPE_AREA",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Area",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "visible": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;&lt;SPAN class="pln"&gt;"format"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; "places"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; "digitSeparator"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;true&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will definitely look at adding this to the Local Layer Widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 02:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118568#M3453</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-03T02:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118569#M3454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Robert. And thanks for considering adding it to a future version of the widget.&amp;nbsp; It sure would make it easier.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 03:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118569#M3454</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-02-03T03:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118570#M3455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the format code into my config_Edit.json file for one of my numeric fields it causes the edit widget to continually spin.&amp;nbsp; Do I need to be putting it somewhere else?&amp;nbsp; Does it matter the WAB dev version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fieldName": "ACCOUNTNUMBER",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Account Number",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isEditable": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format: { places: 2, digitSeparator: true }

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118570#M3455</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2021-12-11T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118571#M3456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fieldName": "ACCOUNTNUMBER", 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Account Number", 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isEditable": true, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "format": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "places": 2,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "digitSeparator": true
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118571#M3456</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118572#M3457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately when I make that change it doesn't spin but it also doesn't seem to respect the parameters.&amp;nbsp; I can change it from true to false, change the number of places and the pop-up is the same when editing.&amp;nbsp; Is there something that could be over-riding the config settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130131_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&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>Wed, 07 Oct 2015 20:26:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118572#M3457</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-10-07T20:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118573#M3458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I don't know why the Edit widget is ignoring the formatting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 20:58:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118573#M3458</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-10-07T20:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118574#M3459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&amp;nbsp; I'll submit an esri ticket and try to post back with any resolution.&amp;nbsp; Thanks for all your efforts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118574#M3459</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-10-07T21:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118575#M3460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;I submitted an esri ticket regarding this issue and was informed that an issue has been logged.&amp;nbsp; NIM083044:Pop-up editing must reflect pop-up settings enabled in the pop-up configuration panel.&amp;nbsp; The issue has been assigned so hopefully this will be resolved soon.&amp;nbsp; I'm not sure if there are other discussion out there that might benefit from this information but if anyone comes across them please add a link here or let me know and I can post the info.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;Brandon&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 15:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118575#M3460</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-10-13T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format a numeric field in a pop-up (WAB Developer)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118576#M3461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;There are two different ‘field format’ definitions between Pop-up and Edit widget. You can use the standard Pop-up 'format parameter' show below to format fields in Pop-up:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;&lt;IMG class="image-1 jive-image" height="308" src="https://community.esri.com/legacyfs/online/131071_pastedImage_0.png" style="height: 308px; width: 450.377px;" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;In WAB, the Edit widget use esri/dijit/editing/Editor dijit, the 'format parameter' of Editor is very simple, the definition is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt; '&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Opt-in to allow the editing of time on a date field. An object with a single boolean property named "time".'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/editor-amd.html"&gt;https://developers.arcgis.com/javascript/jsapi/editor-amd.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: Arial, sans-serif; background: white;"&gt;So, Edit Widget does not support to format a numeric field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 14:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-format-a-numeric-field-in-a-pop-up-wab/m-p/118576#M3461</guid>
      <dc:creator>XiaodongWang</dc:creator>
      <dc:date>2015-10-14T14:33:46Z</dc:date>
    </item>
  </channel>
</rss>

