<?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 Symbology ignoring first condition in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1587925#M93272</link>
    <description>&lt;P&gt;Edit: I just tried a similar thing with some Living Atlas data, and I think #3 might be the problem:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If you make the conditions not overlap, does it work then (I don't think this should matter, as the documentation says When "Evaluates a series of conditional expressions until one evaluates to true")?&lt;/LI&gt;&lt;LI&gt;Have you double-checked that the data does have the combination for "Edited"?&lt;/LI&gt;&lt;LI&gt;Another thing to check is that "Edited" isn't somehow being grouped into the "Other" category (see if "Other" has a number next to it indicating how many features are in that category).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;To get symbology from "Other" into a new group, check the box next to it and choose "move to group" or "new group":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NicoleJohnson_0-1740144723064.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125961i1677EEBD00706061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NicoleJohnson_0-1740144723064.png" alt="NicoleJohnson_0-1740144723064.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 13:32:41 GMT</pubDate>
    <dc:creator>NicoleJohnson</dc:creator>
    <dc:date>2025-02-21T13:32:41Z</dc:date>
    <item>
      <title>Arcade Symbology ignoring first condition</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1587779#M93261</link>
      <description>&lt;P&gt;I do not know much Arcade. I am trying to create a custom Arcade expression. It is rather simple, but Portal and Pro ignore the first condition. It does not like the two-part argument. The symbology style page only shows Yes and No. It does not show Edited.&lt;/P&gt;&lt;P&gt;when(&lt;BR /&gt;$feature.edited == "Y" &amp;amp;&amp;amp; $feature.withinplot == "Y", "Edited",&lt;BR /&gt;$feature.withinplot == "Y", "Yes",&lt;BR /&gt;$feature.withinplot == "N", "No",&lt;BR /&gt;"N/A"&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;I tried using an IF statement. I can get it to validate, but it still does not like the two-part argument.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 23:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1587779#M93261</guid>
      <dc:creator>AaronScott2</dc:creator>
      <dc:date>2025-02-20T23:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Symbology ignoring first condition</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1587925#M93272</link>
      <description>&lt;P&gt;Edit: I just tried a similar thing with some Living Atlas data, and I think #3 might be the problem:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If you make the conditions not overlap, does it work then (I don't think this should matter, as the documentation says When "Evaluates a series of conditional expressions until one evaluates to true")?&lt;/LI&gt;&lt;LI&gt;Have you double-checked that the data does have the combination for "Edited"?&lt;/LI&gt;&lt;LI&gt;Another thing to check is that "Edited" isn't somehow being grouped into the "Other" category (see if "Other" has a number next to it indicating how many features are in that category).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;To get symbology from "Other" into a new group, check the box next to it and choose "move to group" or "new group":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NicoleJohnson_0-1740144723064.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125961i1677EEBD00706061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NicoleJohnson_0-1740144723064.png" alt="NicoleJohnson_0-1740144723064.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 13:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1587925#M93272</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2025-02-21T13:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Symbology ignoring first condition</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1588263#M93313</link>
      <description>&lt;P&gt;Thank you for the reply. I see what you are saying about a when statement evaluating until it finds a True statement. I did not have any Edited = Y values in my data. I was planning for the future. I had to temporarily make the condition true for the symbology to show up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;#3 in your answer was also helpful. When I did make the condition true, it was grouped into Other and had to move it out of the group.&lt;/P&gt;&lt;P&gt;On another note, I was over thinking my conditions. I did not need to qualify withinplot and Edited together. Qualifying Edited = Y was sufficient by itself.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 23:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-symbology-ignoring-first-condition/m-p/1588263#M93313</guid>
      <dc:creator>AaronScott2</dc:creator>
      <dc:date>2025-02-21T23:15:18Z</dc:date>
    </item>
  </channel>
</rss>

