<?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 How to Return All Items in a List, No Matter How Close They Are on the Map in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/how-to-return-all-items-in-a-list-no-matter-how/m-p/1572433#M7384</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I was hoping I could receive some help from this community. I have been browsing through the documentation but have been unable to solve a nagging problem in Arcade, namely how to show every feature in a list, no matter how close they are on the map. I have several almost overlapping items that I want to map, and I want all the names to show up.&lt;/P&gt;&lt;P&gt;This is my code so far. I was hoping the wildcard would be useful, alas, it was not. I am very new to Arcade and I apologize in advance if this is a silly question. Hopefully, there's an easy fix!&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Expects($feature.School, "*");
var n = null;

for(var attribute in $feature.School) {
  n += $feature.School[attribute];
}

return n;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2025 16:07:20 GMT</pubDate>
    <dc:creator>CaitlinCacciatore</dc:creator>
    <dc:date>2025-01-03T16:07:20Z</dc:date>
    <item>
      <title>How to Return All Items in a List, No Matter How Close They Are on the Map</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-return-all-items-in-a-list-no-matter-how/m-p/1572433#M7384</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I was hoping I could receive some help from this community. I have been browsing through the documentation but have been unable to solve a nagging problem in Arcade, namely how to show every feature in a list, no matter how close they are on the map. I have several almost overlapping items that I want to map, and I want all the names to show up.&lt;/P&gt;&lt;P&gt;This is my code so far. I was hoping the wildcard would be useful, alas, it was not. I am very new to Arcade and I apologize in advance if this is a silly question. Hopefully, there's an easy fix!&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Expects($feature.School, "*");
var n = null;

for(var attribute in $feature.School) {
  n += $feature.School[attribute];
}

return n;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 16:07:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-return-all-items-in-a-list-no-matter-how/m-p/1572433#M7384</guid>
      <dc:creator>CaitlinCacciatore</dc:creator>
      <dc:date>2025-01-03T16:07:20Z</dc:date>
    </item>
  </channel>
</rss>

