<?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: Symbolising using Arcade for values not in the Feature Layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706829#M103541</link>
    <description>&lt;P&gt;Huh. My workaround I was going to suggest (green plus button) is not an option for arcade symbology, apparently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Submit an Idea for this and I'll upvote it. I may put in a support ticket, too.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2026 13:04:39 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2026-06-08T13:04:39Z</dc:date>
    <item>
      <title>Symbolising using Arcade for values not in the Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706804#M103538</link>
      <description>&lt;P&gt;Hi Community. I am trying to symbolise a layer using the following Arcade Expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var operationalStatus = $feature.OPERATIONALSTATUS;&lt;BR /&gt;var ownership = $feature.OWNERSHIP;&lt;BR /&gt;return When(&lt;BR /&gt;operationalStatus == "In Service", 1,&lt;BR /&gt;ownership == "PPP", 2,&lt;BR /&gt;operationalStatus == "OOS Abandoned", 3,&lt;BR /&gt;operationalStatus == "OOS Demolished", 4,&lt;BR /&gt;operationalStatus == "OOS Maintained", 5,&lt;BR /&gt;operationalStatus == "Planned", 6,&lt;BR /&gt;operationalStatus == "Disposed", 7,&lt;BR /&gt;999&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;I am symbolising on the number returned from this statement. Currently in my data I don't have and values for operationalStatus ==&amp;nbsp; "Planned" so the number 6 is absent from the returned symbology list, however I would like to assign a symbol for it as it may occur in my data in the future.&lt;/P&gt;&lt;P&gt;Without adding a dummy record that meets the criteria of operationalStatus == "Planned" to my data is there a way of being able to symbolise for all these values? This is just an example of a larger symbolising exercise I am undertaking across features so adding the records to the data isn't the feasible solution at this point.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 11:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706804#M103538</guid>
      <dc:creator>AndrewMurphy3</dc:creator>
      <dc:date>2026-06-08T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolising using Arcade for values not in the Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706805#M103539</link>
      <description>&lt;P&gt;Just to add, some of the symbols will require value across more than 3 attributes which is why Arcade is the preferred solution&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 11:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706805#M103539</guid>
      <dc:creator>AndrewMurphy3</dc:creator>
      <dc:date>2026-06-08T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolising using Arcade for values not in the Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706829#M103541</link>
      <description>&lt;P&gt;Huh. My workaround I was going to suggest (green plus button) is not an option for arcade symbology, apparently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Submit an Idea for this and I'll upvote it. I may put in a support ticket, too.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 13:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706829#M103541</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2026-06-08T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolising using Arcade for values not in the Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706938#M103546</link>
      <description>&lt;P&gt;Yes but.... Normally, In&amp;nbsp;ArcGIS Pro &amp;gt; Symbology (Unique Values)&amp;nbsp;you can manually add a class for a value that doesn’t currently occur in the data.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the layer&amp;nbsp;Symbology&amp;nbsp;pane and set&amp;nbsp;Primary symbology = Unique Values&amp;nbsp;(with your Arcade expression in&amp;nbsp;&lt;EM&gt;Field 1&lt;/EM&gt;).&lt;/LI&gt;&lt;LI&gt;On the&amp;nbsp;Classes&amp;nbsp;tab, click the Green Plus sign.&lt;/LI&gt;&lt;LI&gt;Click the the&amp;nbsp;Options dropdown, add new value.&amp;nbsp; And from here it throws an error - "requested operation could not be completed"...normally you'd go to Step 4 and be done...&lt;/LI&gt;&lt;LI&gt;Click&amp;nbsp;Add new value&amp;nbsp;and type the value you want to symbolize (in your case, add the missing returned value, e.g.&amp;nbsp;6, and set the label to&amp;nbsp;Planned).&lt;/LI&gt;&lt;LI&gt;Assign the symbol you want for that class.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But here's what I learned...there's a BUG.&amp;nbsp; "&lt;SPAN&gt;BUG-000161636 : Add unlisted value options triggers an error message 'Requested operation could not be completed' while adding a new value, under the symbol class using custom arcade expression."&lt;BR /&gt;&lt;BR /&gt;Not sure when it will be fixed as it's listed "under consideration."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 17:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbolising-using-arcade-for-values-not-in-the/m-p/1706938#M103546</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-06-08T17:11:10Z</dc:date>
    </item>
  </channel>
</rss>

