<?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 Arcade expression in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716804#M104050</link>
    <description>&lt;P&gt;How to resolve this bizarre thing? I have many values in table which is repeating, and I need only one value in my report. I try to use simple arcade function 'distinct', but it returns all values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2026 16:05:49 GMT</pubDate>
    <dc:creator>BSBlagojevic</dc:creator>
    <dc:date>2026-07-27T16:05:49Z</dc:date>
    <item>
      <title>Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716804#M104050</link>
      <description>&lt;P&gt;How to resolve this bizarre thing? I have many values in table which is repeating, and I need only one value in my report. I try to use simple arcade function 'distinct', but it returns all values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 16:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716804#M104050</guid>
      <dc:creator>BSBlagojevic</dc:creator>
      <dc:date>2026-07-27T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716867#M104068</link>
      <description>&lt;P&gt;Per the documentation, &lt;A title="ArcGIS Arcade Distinct" href="https://developers.arcgis.com/arcade/function-reference/array_functions/#distinct" target="_self"&gt;Distinct&lt;/A&gt; returns every&amp;nbsp;&lt;STRONG&gt;unique&lt;/STRONG&gt; value in your dataset.&lt;/P&gt;&lt;P&gt;For example, if you had a table with 7 rows where the values in the desired column were [A, B, A, C, D, E, B], Distinct would return [A, B, C, D, E].&amp;nbsp; So in most cases, it SHOULD produce more than one value.&lt;/P&gt;&lt;P&gt;If you want only&amp;nbsp;&lt;STRONG&gt;one&lt;/STRONG&gt; value, your first question is&amp;nbsp;&lt;EM&gt;which&lt;/EM&gt; value.&amp;nbsp; Many scripts use First() to just take whatever the first record says, but it depends on whether you need that value or another.&lt;/P&gt;&lt;P&gt;We might be able to give you more specific help if you can share your script and/or an representative sample of data.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 19:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716867#M104068</guid>
      <dc:creator>MErikReedAugusta</dc:creator>
      <dc:date>2026-07-27T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716921#M104072</link>
      <description>&lt;P&gt;Thanks! The table contents many repeating values A, A, A, B,B, C,C,C, D, E,E...and I need all of it only once!&lt;/P&gt;&lt;P&gt;My query: Distinct &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Naziv&lt;/SPAN&gt;&lt;SPAN&gt;), were naziv(name) of the feature), but no result!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 22:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression/m-p/1716921#M104072</guid>
      <dc:creator>BSBlagojevic</dc:creator>
      <dc:date>2026-07-27T22:45:52Z</dc:date>
    </item>
  </channel>
</rss>

