<?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 Expression in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671736#M67335</link>
    <description>&lt;P&gt;Have you checked the distance attribute for those other features? You'll only get returns if the values exactly match 200, 400, or 600.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2025 19:07:34 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2025-12-09T19:07:34Z</dc:date>
    <item>
      <title>Arcade Label Expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671727#M67333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to display a very simple label using an arcade expression in a map in ArcGIS Online. In my map I have 3 points of interest and each point of interest has 3 average walk time distance buffers (polygons) from each POI. The labels work for one area of interest but not for the other and I'm using the same expression for each. All of the walk time polygons are stored in the same feature service.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;if (IsEmpty($feature.distance)){
  console ("no distance value")
}
else if (($feature.distance) == 200){
  return "200m (approx. 2min. walk)"
}
else if (($feature.distance) == 400){
  return "400m (approx. 5min. walk)"
}
else if (($feature.distance) == 600){
  return "600m (approx. 10min. walk)"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The labels display properly for the first POI:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahRijneke_3-1765305522207.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145120i64CB4645F12C7DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahRijneke_3-1765305522207.png" alt="SarahRijneke_3-1765305522207.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The label only appears for the 200m buffer polygon for my other POI locations.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahRijneke_2-1765305487869.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145119i459E19E5353F4640/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahRijneke_2-1765305487869.png" alt="SarahRijneke_2-1765305487869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any idea why this might be?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 18:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671727#M67333</guid>
      <dc:creator>SarahRijneke</dc:creator>
      <dc:date>2025-12-09T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Label Expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671730#M67334</link>
      <description>&lt;P&gt;Are you able to share the map and layer and I can help take a look. If you cant share it publicly you can pop it into a group and invite russell_jsapi into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Russ&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 18:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671730#M67334</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2025-12-09T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Label Expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671736#M67335</link>
      <description>&lt;P&gt;Have you checked the distance attribute for those other features? You'll only get returns if the values exactly match 200, 400, or 600.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 19:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671736#M67335</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2025-12-09T19:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Label Expression</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671743#M67336</link>
      <description>&lt;P&gt;I figured out the issue. The features for the labels that show are clipped to the boundary of the distance value below (i.e. 400m buffer has a donut hole for the 200m buffer) while the other POI buffer polygons intersect each other. I used the clip tool to remove the overlaps and now the labels display.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahRijneke_0-1765307616259.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145123i463F1E6074CAB3D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahRijneke_0-1765307616259.png" alt="SarahRijneke_0-1765307616259.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarahRijneke_1-1765307648296.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145124iE9209DD56AFE25C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SarahRijneke_1-1765307648296.png" alt="SarahRijneke_1-1765307648296.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 19:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-label-expression/m-p/1671743#M67336</guid>
      <dc:creator>SarahRijneke</dc:creator>
      <dc:date>2025-12-09T19:18:23Z</dc:date>
    </item>
  </channel>
</rss>

