<?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: Set precision on attributes in a Flex popup in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125365#M2976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert I was able to get back to this, it worked once a caught what my issue was.&amp;nbsp; Here us a copy of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fields&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="NAME"&amp;nbsp; visible="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="NHDFLOWcfs" alias="NHD FLOW (cfs)" visible="true"&amp;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;&amp;nbsp; &amp;lt;format precision="1" usethousandsseparator="false"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="OBJECTID" alias="OBJECT ID" visible="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/fields&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of my fields looked like the first one.&amp;nbsp; I needed to remove the hash after "true" in my flow attribute field, then I add the format line that you commented with, and last I added the &amp;lt;/field&amp;gt; after the format line and it worked.&amp;nbsp; Then I just had to change the precision to the level that I needed.&amp;nbsp; Thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 18:19:11 GMT</pubDate>
    <dc:creator>ChadKopplin</dc:creator>
    <dc:date>2016-05-13T18:19:11Z</dc:date>
    <item>
      <title>Set precision on attributes in a Flex popup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125363#M2974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to set the precision on attributes being displayed in my popup's for a Flex web map.&amp;nbsp; I believe I need to use the Format tag with precision, but the help does not show how to set up the precision.&amp;nbsp; Any assistance would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 21:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125363#M2974</guid>
      <dc:creator>ChadKopplin</dc:creator>
      <dc:date>2016-04-28T21:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set precision on attributes in a Flex popup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125364#M2975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fields&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Shape_Area" alias="Area of Feature" visible="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;format precision="2" usethousandsseparator="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/fields&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using App Builder then there is a UI for doing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 00:25:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125364#M2975</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-04-29T00:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set precision on attributes in a Flex popup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125365#M2976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert I was able to get back to this, it worked once a caught what my issue was.&amp;nbsp; Here us a copy of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;fields&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="NAME"&amp;nbsp; visible="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="NHDFLOWcfs" alias="NHD FLOW (cfs)" visible="true"&amp;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;&amp;nbsp; &amp;lt;format precision="1" usethousandsseparator="false"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="OBJECTID" alias="OBJECT ID" visible="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/fields&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of my fields looked like the first one.&amp;nbsp; I needed to remove the hash after "true" in my flow attribute field, then I add the format line that you commented with, and last I added the &amp;lt;/field&amp;gt; after the format line and it worked.&amp;nbsp; Then I just had to change the precision to the level that I needed.&amp;nbsp; Thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 18:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/set-precision-on-attributes-in-a-flex-popup/m-p/125365#M2976</guid>
      <dc:creator>ChadKopplin</dc:creator>
      <dc:date>2016-05-13T18:19:11Z</dc:date>
    </item>
  </channel>
</rss>

