<?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 Pro doesn’t label values as they appear in the table, in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485434#M21279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't you just write the Pro label module such that the appropriate Arcade expression for the numerical properties of the field are generated, especially since Arcade is the default "landing" within the Label Class?&amp;nbsp; It's very confusing to be able to open the Fields table, make changes to the numeric properties of a field, see them change in the attribute table, but then not change on your labels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasted a bunch of time figuring this out and I'm sure others did too, I feel like you're just trying to push Arcade a little to hard by having the labeling default to it, rather than VB or Python, when it doesn't interact naturally with the numeric properties of a field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2018 21:49:28 GMT</pubDate>
    <dc:creator>MichaelAugust</dc:creator>
    <dc:date>2018-09-05T21:49:28Z</dc:date>
    <item>
      <title>ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485426#M21271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Pro doesn’t label values as they appear in the table,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn’t figure out why ArcGIS Pro doesn’t label values (attached) as they appear in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be the issue here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/383928_Clip_746.jpg" style="width: 620px; height: 312px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 20:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485426#M21271</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2017-11-17T20:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485427#M21272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the Arcade label expression parser?&amp;nbsp; Please see this help topic -&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm" title="http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm"&gt;Specify text for labels—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ededed;"&gt;When using Arcade, field formatting on the layer will not be brought over to the labels. Arcade formatting methods will need to be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To bring across the field formatting you will either need to use the Arcade formatting methods, or use a different expression parser for your labels.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Wendy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 21:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485427#M21272</guid>
      <dc:creator>WendyHarrison</dc:creator>
      <dc:date>2017-11-17T21:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485428#M21273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jamal - so I think your numeric field is based upon a DOUBLE.&amp;nbsp; What you see in the attribute table is numeric formatting of the DOUBLE but your label shows the unformatted number.&amp;nbsp; What you can do is build an Arcade expression such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #9bbb59;"&gt;round&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9bbb59;"&gt;number&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;$feature&lt;/SPAN&gt;.Percet_WestBank &lt;SPAN style="color: #808080;"&gt;*&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;100&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;)&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: #808080;"&gt;+&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;"%" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;to get something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384016_Capture.JPG" style="width: 620px; height: 522px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 23:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485428#M21273</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2017-11-17T23:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485429#M21274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works fine in ArcMap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having the “type” to be “double” and “category” as “percentage” works perfectly without the need to write any code. Simple. The data is attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384034" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384034_Clip_757.jpg" style="width: 620px; height: 394px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384035" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384035_Clip_758.jpg" style="width: 620px; height: 356px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2017 06:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485429#M21274</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2017-11-18T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485430#M21275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcade doesn't exist in Arcmap.&amp;nbsp; Your labels will be using vbscript, jscript or python in your ArcMap project.&amp;nbsp; You can use those parsers in Pro as well - you just need to change it on the Label Class pane.&amp;nbsp; Arcade works differently than the other parsers which is why you would need to use the expression Robert provided.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look through the help topic I sent in the previous message for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 23:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485430#M21275</guid>
      <dc:creator>WendyHarrison</dc:creator>
      <dc:date>2017-11-20T23:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485431#M21276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/4230"&gt;Jamal NUMAN&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the links that&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3212"&gt;Wendy Harrison&lt;/A&gt;&amp;nbsp; provided, I would like to share this great blog by &lt;A href="https://community.esri.com/migrated-users/3063"&gt;Kelly Gerrow&lt;/A&gt;‌:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2017/07/18/conditional-field-display-with-arcade-in-pop-ups"&gt;https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2017/07/18/conditional-field-display-with-arcade-in-pop-ups&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created some documents on Arcade too, and although the one below is for ArcGIS Online, it helps to understand what you are able to do with Arcade:&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-10692"&gt;Create pop-ups in ArcGIS Online with conditional images using Arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/arcade/" title="https://developers.arcgis.com/arcade/"&gt;ArcGIS Arcade | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;allows you to do things that are not possible with ArcMap. I understand that you are searching for a way&amp;nbsp;to simply show the labels based on the format defined for a field in the attribute table&amp;nbsp;and&amp;nbsp;you can log an enhancement request, but it is also important to look beyond the possibilities that ArcMap offers and understand the potential of Arcade in ArcGIS Pro and ArcGIS Online (and soon available in many other parts of the platform).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 01:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485431#M21276</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-11-21T01:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485432#M21277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find your answer? Should be achievable&amp;nbsp;in "Fields" (under Data, Design), double-click&amp;nbsp;the three dots in the field&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="418829" class="image-1 jive-image" height="100" src="https://community.esri.com/legacyfs/online/418829_pastedImage_1.png" width="397" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="418830" class="image-2 jive-image" height="234" src="https://community.esri.com/legacyfs/online/418830_pastedImage_2.png" width="236" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to hit "Save" in the new Fields tab (upper left), before closing the Fields window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="418831" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/418831_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - I just ran through this as I was working on something completely irrelevant, so my measurements are now in percentages (which make no sense), but it's the proof of concept that matters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 21:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485432#M21277</guid>
      <dc:creator>HannahShepherd1</dc:creator>
      <dc:date>2018-08-15T21:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485433#M21278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;This never works, Hanna.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;The issue here that the percent sign does appear at the level of table but fails to do so when labeling them as shown in the screenshot below. This has been an easy and straightforward task in ArcMap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418932_Clip_355.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:28:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485433#M21278</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2018-08-17T11:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485434#M21279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't you just write the Pro label module such that the appropriate Arcade expression for the numerical properties of the field are generated, especially since Arcade is the default "landing" within the Label Class?&amp;nbsp; It's very confusing to be able to open the Fields table, make changes to the numeric properties of a field, see them change in the attribute table, but then not change on your labels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasted a bunch of time figuring this out and I'm sure others did too, I feel like you're just trying to push Arcade a little to hard by having the labeling default to it, rather than VB or Python, when it doesn't interact naturally with the numeric properties of a field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 21:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485434#M21279</guid>
      <dc:creator>MichaelAugust</dc:creator>
      <dc:date>2018-09-05T21:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485435#M21280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;This is how it has been working since ages in ArcMap and I see it much more logic that what we have now in the Pro. I hope that developers will consider this in their upcoming releases (I know that you will be saying that Pro is not ArcMap).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 20:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485435#M21280</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2018-09-07T20:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485436#M21281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;ArcGIS Pro 2.3 behaves the same as 2.3 when it comes to labelling. It doesn’t perform labelling according how values appear in the table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/439539_Clip_164.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 07:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485436#M21281</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2019-03-15T07:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485437#M21282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Python, VBScript, and JScript expressions, the field values always passed through the field formatting of the layer and were brought into the label expression as strings. While that achieved your desired effect in this case, it caused problems in other scenarios where some expected raw field values. It also caused problems for portability as cases like feature services, web maps, and feature-linked annotation lacked the layer formatting. For Arcade, we made a conscious decision to pass the feature itself into the expression with raw field values. This itself is quite powerful as it provides access to geometry and arithmetic operations can be performed on raw data values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;A href="https://community.esri.com/migrated-users/3212"&gt;Wendy Harrison&lt;/A&gt;‌ noted above, we have documented the difference in behavior here from the very introduction of Arcade. In future releases, we'll be revisiting layer field formatting with the goal of greater portability and look at whether we can default Arcade expressions on field insert to match field formatting in appearance much like we do for coded value domains.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2019 23:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485437#M21282</guid>
      <dc:creator>CraigWilliams</dc:creator>
      <dc:date>2019-03-15T23:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485438#M21283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Many thanks Craig for the input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Then, for now, I’ll stick to the code provided by Robert in order to show the percent in the label&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;round(number($feature.AreaPercent_km * 100), 2) + "%"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;IMG __jive_id="439648" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/439648_Clip_189.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Mar 2019 06:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485438#M21283</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2019-03-16T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485439#M21284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to drop my 2 cents in here. I'm using ArcPro 2.5 currently, and this is still happening. In my layout legend, it was showing correctly, however, in my actual map, it was not. Thank you to &lt;A href="https://community.esri.com/migrated-users/3573"&gt;Robert LeClair&lt;/A&gt;‌ for the bit of coding help to get me past this minor, yet severely annoying issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 23:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/485439#M21284</guid>
      <dc:creator>DainReams1</dc:creator>
      <dc:date>2020-04-21T23:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro doesn’t label values as they appear in the table,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/1357681#M76047</link>
      <description>&lt;P&gt;I'm having the same problem, and yes, using a label expression to round the number works, but the actual entered data only has 1 decimal place, so where do all these random decimal places come from?&amp;nbsp; (e.g., I entered the value 1.2 in a field formatted as a float with precision = 2 and scale = 1, but the label displays as "1.20000009056245")&amp;nbsp;&amp;nbsp;It's kind of bizarre!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-doesn-t-label-values-as-they-appear-in/m-p/1357681#M76047</guid>
      <dc:creator>AmyNewsam</dc:creator>
      <dc:date>2023-12-06T20:57:30Z</dc:date>
    </item>
  </channel>
</rss>

