<?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: Help with Attribute driven Complex Symbology in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1498019#M84996</link>
    <description>&lt;P&gt;You are absolutely right! I didn't fully grasp this limitation until I tried to implement it. As of June 26, 2024, I've thoroughly explored options in ArcGIS Online (AGOL) and found that it can't replicate the single-layer, dynamic symbology we achieved in ArcGIS Pro. The only viable solution in AGOL requires creating separate symbols for each combination (filled and unfilled), which effectively doubles the legend entries.&lt;/P&gt;&lt;P&gt;Alternative approaches, like using multiple layers with masking, are possible but stray from the desired single-layer solution. For anyone reading this, be aware that as of this date, AGOL doesn't support using Arcade expressions to dynamically fill point symbols based on attributes within a single layer.&lt;/P&gt;&lt;P&gt;I do have a side question: If I wasn't using AGOL and was publishing this to ArcGIS Enterprise instead, would it handle this point fill level expression stuff better than AGOL? It has to, right? Any info on that?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 01:58:37 GMT</pubDate>
    <dc:creator>JonJones1</dc:creator>
    <dc:date>2024-06-27T01:58:37Z</dc:date>
    <item>
      <title>Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497877#M84988</link>
      <description>&lt;P&gt;I'm trying to create a complex symbology in ArcGIS Pro and I'm stuck. Here's what I'm working with:&lt;/P&gt;&lt;P&gt;I have a layer with multiple fields, including:&lt;/P&gt;&lt;P&gt;MSHA_CURRENT_CONTROLLER_NAME&lt;BR /&gt;SITE_WE_SERVICE (values are YES or NO)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've created a unique value symbology based on MSHA_CURRENT_CONTROLLER_NAME. For example:&lt;/P&gt;&lt;P&gt;"COMPANY A" is a hollow square&lt;BR /&gt;"COMPANY B" is a hollow circle&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I want to achieve:&lt;/P&gt;&lt;P&gt;If&amp;nbsp;"SITE_WE_SERVICE" is YES, the hollow square symbol should be filled with blue&lt;BR /&gt;If it's NO, the symbol should remain hollow.&lt;BR /&gt;&lt;BR /&gt;Any thoughts on how to do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't want to use two different layers. I need to keep everything in a single layer because I want to share it on ArcGIS Online. Having it split into two layers will cause confusion.&lt;BR /&gt;&lt;BR /&gt;EDIT: I'm running late for dinner, but I figured it out and wanted to share in case anyone else runs into the same issue. I'll explain it better tomorrow, but this image is the solution.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FINAL.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108038iBA9B2CBAD963D0FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="FINAL.png" alt="FINAL.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 21:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497877#M84988</guid>
      <dc:creator>JonJones1</dc:creator>
      <dc:date>2024-06-26T21:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497893#M84989</link>
      <description>&lt;P&gt;Maybe look into using a Dictionary Symbology?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/dictionary-renderer.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/dictionary-renderer.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 20:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497893#M84989</guid>
      <dc:creator>TheRrrr42</dc:creator>
      <dc:date>2024-06-26T20:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497899#M84991</link>
      <description>&lt;P&gt;In Pro, you can't really have two categorical fields be used for symbology in this way. The best you can do is use an expression to combine the fields, like&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;`${$feature['MSHA_CURRENT_CONTROLLER_NAME']} - ${$feature['SITE_WE_SERVICE']}`&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;This will give you a "YES" and "NO" variant of every unique value in the controller name field. Your legend would have entries like "COMPANY A - YES" and "COMPANY A - NO". Tediously, you would need to configure each symbol separately. But you could set it up to where your symbology could convey the two fields together.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 21:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497899#M84991</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-06-26T21:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497902#M84992</link>
      <description>&lt;P&gt;This also translates over to AGOL without issue. &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/462549"&gt;@TheRrrr42&lt;/a&gt; 's suggestion of a Dictionary Symbology is &lt;EM&gt;excellent&lt;/EM&gt;, but only if you're keeping everything in Pro.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 21:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497902#M84992</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-06-26T21:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497922#M84993</link>
      <description>&lt;P&gt;Thank you so much for your time and thoughtfulness in responding. Honestly, you are a lifesaver!&lt;/P&gt;&lt;P&gt;Good news: I figured out a way to keep only one version of each company in my legend, instead of having a "Company A - Yes" and "Company A - No." Check out my edit above. Hopefully, I can explain it better tomorrow and will re-edit my post to help anyone else who might be in the same situation.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 21:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497922#M84993</guid>
      <dc:creator>JonJones1</dc:creator>
      <dc:date>2024-06-26T21:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497925#M84994</link>
      <description>&lt;P&gt;Hey friend! I figured it out—check out the edit I posted above. Hopefully, I can re-edit tomorrow and explain it more clearly to help any poor lost souls who might stumble upon this post.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 21:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497925#M84994</guid>
      <dc:creator>JonJones1</dc:creator>
      <dc:date>2024-06-26T21:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497954#M84995</link>
      <description>&lt;P&gt;Just beware, that kind of attribute-linked symbology is not going to translate over to AGOL.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 22:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1497954#M84995</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-06-26T22:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Attribute driven Complex Symbology</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1498019#M84996</link>
      <description>&lt;P&gt;You are absolutely right! I didn't fully grasp this limitation until I tried to implement it. As of June 26, 2024, I've thoroughly explored options in ArcGIS Online (AGOL) and found that it can't replicate the single-layer, dynamic symbology we achieved in ArcGIS Pro. The only viable solution in AGOL requires creating separate symbols for each combination (filled and unfilled), which effectively doubles the legend entries.&lt;/P&gt;&lt;P&gt;Alternative approaches, like using multiple layers with masking, are possible but stray from the desired single-layer solution. For anyone reading this, be aware that as of this date, AGOL doesn't support using Arcade expressions to dynamically fill point symbols based on attributes within a single layer.&lt;/P&gt;&lt;P&gt;I do have a side question: If I wasn't using AGOL and was publishing this to ArcGIS Enterprise instead, would it handle this point fill level expression stuff better than AGOL? It has to, right? Any info on that?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 01:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-attribute-driven-complex-symbology/m-p/1498019#M84996</guid>
      <dc:creator>JonJones1</dc:creator>
      <dc:date>2024-06-27T01:58:37Z</dc:date>
    </item>
  </channel>
</rss>

