<?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: ArcGIS Viewer for Flex 3.0 precision formatting issue in Query &amp;amp; Search Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451397#M12912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;BLOCKQUOTE&gt;rscheitlin;214919 wrote:&lt;BR /&gt;Pat,&lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is &lt;/SPAN&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;SPAN&gt; such support for formatting as you are attempting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;field name="BMI_Percentage_at_High_Risk" alias="BMI Pct at High Risk"&amp;nbsp; visible="true"&amp;gt;&lt;SPAN style="color:#ff0000;"&gt;&lt;STRONG&gt;&amp;lt;format&amp;nbsp; precision="1"&amp;gt;&amp;lt;/format&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;/field&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to find what is supported than look at the widgets documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been reading the widget documenation and I am not finding an answer. I am fairly new to this so if there is no support to format the number, I can live with that but if there is another way to format it other than how I am attempting to, please let me know. Thanks for your quick response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 19:23:02 GMT</pubDate>
    <dc:creator>PatRaimondo</dc:creator>
    <dc:date>2012-07-12T19:23:02Z</dc:date>
    <item>
      <title>ArcGIS Viewer for Flex 3.0 precision formatting issue in Query &amp;amp; Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451395#M12910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the following .xml for a Query Widget. The result returns a number but the "BMI Pct at High Risk" field does not return a number formatted with precision of 1 (ie. 53.3333). This field is esriFieldTypeDouble. I am having the same problem when using the Search Widget. Any help will be appreciated. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration label="Query G3F BMI"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgis.com/8BKVd7DzccTE7TwW/arcgis/rest/services/FG2012_grd3_female_BMI/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://services.arcgis.com/8BKVd7DzccTE7TwW/arcgis/rest/services/FG2012_grd3_female_BMI/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;query&amp;gt;BMI_Percentage_at_High_Risk&amp;amp;gt;50&amp;lt;/query&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;titlefield&amp;gt;District_Name&amp;lt;/titlefield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkfield&amp;gt;&amp;lt;/linkfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="District_Name" alias="District Name"&amp;gt;&amp;lt;/field&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="BMI_Percentage_at_High_Risk" alias="BMI Pct at High Risk" visible="true"&amp;gt;&amp;lt;format precision="1"&amp;gt;&amp;lt;/format&amp;gt;&amp;lt;/field&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filterfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filterfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;refreshrate&amp;gt;&amp;lt;/refreshrate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;800000&amp;lt;/zoomscale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451395#M12910</guid>
      <dc:creator>PatRaimondo</dc:creator>
      <dc:date>2012-07-12T19:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Flex 3.0 precision formatting issue in Query &amp; Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451396#M12911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is &lt;/SPAN&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;SPAN&gt; such support for formatting as you are attempting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;field name="BMI_Percentage_at_High_Risk" alias="BMI Pct at High Risk"&amp;nbsp; visible="true"&amp;gt;&lt;SPAN style="color:#ff0000;"&gt;&lt;STRONG&gt;&amp;lt;format&amp;nbsp; precision="1"&amp;gt;&amp;lt;/format&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;/field&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to find what is supported than look at the widgets documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/01m3/01m30000000t000000.htm"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/01m3/01m30000000t000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451396#M12911</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-12T19:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Flex 3.0 precision formatting issue in Query &amp; Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451397#M12912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;BLOCKQUOTE&gt;rscheitlin;214919 wrote:&lt;BR /&gt;Pat,&lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is &lt;/SPAN&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;SPAN&gt; such support for formatting as you are attempting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;field name="BMI_Percentage_at_High_Risk" alias="BMI Pct at High Risk"&amp;nbsp; visible="true"&amp;gt;&lt;SPAN style="color:#ff0000;"&gt;&lt;STRONG&gt;&amp;lt;format&amp;nbsp; precision="1"&amp;gt;&amp;lt;/format&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;/field&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to find what is supported than look at the widgets documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been reading the widget documenation and I am not finding an answer. I am fairly new to this so if there is no support to format the number, I can live with that but if there is another way to format it other than how I am attempting to, please let me know. Thanks for your quick response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451397#M12912</guid>
      <dc:creator>PatRaimondo</dc:creator>
      <dc:date>2012-07-12T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Flex 3.0 precision formatting issue in Query &amp; Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451398#M12913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You would either have to get into the code of the uncompiled viewer to do it in ActionScript or you set the percision of that field in the MXD and then republish the map service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451398#M12913</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-12T19:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Flex 3.0 precision formatting issue in Query &amp; Search Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451399#M12914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I set the precision (significant digits) to 3 and republished the feature service through ArcGIS Online Subscription Services (AGO SS) but the numbers still return unformatted (ie. 53.333) in the widget results. If I publish a Map Service through AGO SS, I do not have access to the attributes, so that doesn't work. I do not have a server so cannot publish directly and I do not have access to the tools necessary to recompile the uncompiled version (assuming I could get the Action Script to work). Thanks for your suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 13:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-3-0-precision-formatting/m-p/451399#M12914</guid>
      <dc:creator>PatRaimondo</dc:creator>
      <dc:date>2012-07-13T13:03:10Z</dc:date>
    </item>
  </channel>
</rss>

