<?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: Arcade Label Expressions omitting field settings in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008178#M34851</link>
    <description>&lt;P&gt;Amazing! Thanks so much!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 18:47:43 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-12-09T18:47:43Z</dc:date>
    <item>
      <title>Arcade Label Expressions omitting field settings</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008034#M34833</link>
      <description>&lt;P&gt;Hi there. I am using Arcade to create custom labels for multiple vector layers including name fields and value fields. Typically, I format the value fields in the attribute table to display percentages rounded to 1 decimal and padded with zeros. When I use Arcade to format label expressions, however, it is omitting these settings from the fields. I can manually round and format (as seen below), but I am not sure how to manually pad with zeros within my label expression. I need the whole numbers like 25% to show up as 25.0%.&lt;/P&gt;&lt;P&gt;"""&lt;BR /&gt;"&amp;lt;BOL&amp;gt;" + $feature['Regions_base.Name'] + "&amp;lt;/BOL&amp;gt;" + TextFormatting.NewLine + Text(Round($feature['Regions_Employment$.change_Feb_Aug'] * 100, 1), "##.#")+ "%"&lt;/P&gt;&lt;P&gt;Thanks to anyone who has any ideas!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 13:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008034#M34833</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-09T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Label Expressions omitting field settings</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008176#M34850</link>
      <description>&lt;P&gt;In the &lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#text" target="_self"&gt;Text&lt;/A&gt; function, use "0" intead of "#" when you need to maintain either leading or trailing zeros.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Text(Round($feature['Regions_Employment$.change_Feb_Aug'] * 100, 1), "##.0")+ "%"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Dec 2020 18:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008176#M34850</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2020-12-09T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Label Expressions omitting field settings</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008178#M34851</link>
      <description>&lt;P&gt;Amazing! Thanks so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 18:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-label-expressions-omitting-field-settings/m-p/1008178#M34851</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-09T18:47:43Z</dc:date>
    </item>
  </channel>
</rss>

