<?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: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576515#M92047</link>
    <description>&lt;P&gt;Try allowing symbol property connections (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/attribute-driven-symbology.htm" target="_blank" rel="noopener"&gt;Attribute driven symbology&lt;/A&gt;) .&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1737050021633.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123486i5C2B49F5EF07F910/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1737050021633.png" alt="AlfredBaldenweck_0-1737050021633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1737050032922.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123487i2E079603520A4E7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1737050032922.png" alt="AlfredBaldenweck_1-1737050032922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To get this, I set it to use Symbol Property Connections&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_2-1737050087836.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123488i8002130B4FCE9F52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_2-1737050087836.png" alt="AlfredBaldenweck_2-1737050087836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then, for each symbol layer, I set the color property to be a given field in my table. (Note the blue database symbol-- that means that property is connected to an attribute)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_4-1737050191013.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123490i3476DDFB91FA0554/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_4-1737050191013.png" alt="AlfredBaldenweck_4-1737050191013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_3-1737050175856.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123489i24030A5A91478A18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_3-1737050175856.png" alt="AlfredBaldenweck_3-1737050175856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In your case, you'd probably want to use an actual arcade expression so you can match colors to certain values, like&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if ($feature.column1 == "School"){
    return "#00ffff"
}else{
    return "000000"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this sort of thing (not for color, but I wish I had-- that'd've been easier by a lot) pretty frequently, e.g. setting labels or drawing the &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/symbology-add-in-a-buffer-radius-symbol/m-p/1319940" target="_blank" rel="noopener"&gt;radius of a circle dynamically as part of the symbol&lt;/A&gt;. Huge shoutout to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;for figuring that out for me.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 18:02:52 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2025-01-16T18:02:52Z</dc:date>
    <item>
      <title>Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576349#M92024</link>
      <description>&lt;P&gt;Good day&lt;/P&gt;&lt;P&gt;I am looking to display 2 different attributes on a single symbol. Ideally, I am looking to use a split symbol (e.g. circle 6) where one attribute value is displayed in one color on one side of the symbol, and the other attribute is displayed as a different color on the other side of the symbol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone suggest a way that i can do this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 13:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576349#M92024</guid>
      <dc:creator>Brett_Adie</dc:creator>
      <dc:date>2025-01-16T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576360#M92026</link>
      <description>&lt;P&gt;Unless someone else can provide a more straightforward process, I think &lt;A href="https://community.esri.com/t5/arcgis-collector-questions/symbology-based-on-2-fields/td-p/465011" target="_blank" rel="noopener"&gt;this solution&lt;/A&gt;&amp;nbsp;(though it applies to lines) could be adapted to points and get you started.&lt;/P&gt;&lt;P&gt;Here's some &lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-symbolize-points-based-on-multiple-attribute-val-000022108" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; from tech support that will point to &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/unique-value.htm" target="_blank" rel="noopener"&gt;this solution&lt;/A&gt;. It essentially references the solution from the above community post.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 13:46:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576360#M92026</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2025-01-16T13:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576385#M92029</link>
      <description>&lt;P&gt;Here's a solution I used for our Lead Service Line inventory. It uses an Arcade code snippet to identify two different attributes as variables and then create symbol classes for the different combinations. You could do something similar and change the resulting "when categories" to meet your needs.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var sm = $feature.SysMaterial
var cm = $feature.CustMaterial

when (
cm == 'Unknown' &amp;amp;&amp;amp; sm == 'Unknown', 'Both Unknown',
cm == 'Unknown' &amp;amp;&amp;amp; sm != 'Unknown', 'Customer Unknown',
cm != 'Unknown' &amp;amp;&amp;amp; sm == 'Unknown', 'System Unknown',
cm == 'Lead', 'Lead',
sm == 'Lead', 'Lead',
'Non-Lead')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBodenner_0-1737036898875.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123470iDD7D9520D6A675F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBodenner_0-1737036898875.png" alt="ZachBodenner_0-1737036898875.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 14:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576385#M92029</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2025-01-16T14:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576515#M92047</link>
      <description>&lt;P&gt;Try allowing symbol property connections (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/attribute-driven-symbology.htm" target="_blank" rel="noopener"&gt;Attribute driven symbology&lt;/A&gt;) .&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1737050021633.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123486i5C2B49F5EF07F910/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1737050021633.png" alt="AlfredBaldenweck_0-1737050021633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1737050032922.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123487i2E079603520A4E7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1737050032922.png" alt="AlfredBaldenweck_1-1737050032922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To get this, I set it to use Symbol Property Connections&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_2-1737050087836.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123488i8002130B4FCE9F52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_2-1737050087836.png" alt="AlfredBaldenweck_2-1737050087836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then, for each symbol layer, I set the color property to be a given field in my table. (Note the blue database symbol-- that means that property is connected to an attribute)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_4-1737050191013.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123490i3476DDFB91FA0554/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_4-1737050191013.png" alt="AlfredBaldenweck_4-1737050191013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_3-1737050175856.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123489i24030A5A91478A18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_3-1737050175856.png" alt="AlfredBaldenweck_3-1737050175856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In your case, you'd probably want to use an actual arcade expression so you can match colors to certain values, like&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if ($feature.column1 == "School"){
    return "#00ffff"
}else{
    return "000000"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this sort of thing (not for color, but I wish I had-- that'd've been easier by a lot) pretty frequently, e.g. setting labels or drawing the &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/symbology-add-in-a-buffer-radius-symbol/m-p/1319940" target="_blank" rel="noopener"&gt;radius of a circle dynamically as part of the symbol&lt;/A&gt;. Huge shoutout to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;for figuring that out for me.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 18:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576515#M92047</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-01-16T18:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576902#M92085</link>
      <description>&lt;P&gt;Hi-&amp;nbsp; another option is to use the Dictionary Renderer. A &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/enhancing-asset-monitoring-the-power-of-dictionary-renderers-for-status-indicators/" target="_self"&gt;blog post&lt;/A&gt; was actually just published discussing how to use the Dictionary Renderer for status symbols driven by multiple attributes. It shows how to use 3+ attributes and provides a style with some examples on how to support up to 7 attributes... so you would need to update that style to instead use a circle divided in 2 parts.&amp;nbsp; &amp;nbsp;This is a &lt;A href="https://experience.arcgis.com/experience/205488e9f9774eeabf9a3eecbc39452d#data_s=id%3AdataSource_7-0%3A1" target="_self"&gt;handy example web application&lt;/A&gt; to demonstrate how the symbols update as you change the attribute values.&amp;nbsp;&lt;BR /&gt;At the end of the blog, there are links to several other blogs and resources describing how to create/customize dictionary styles.&amp;nbsp;&lt;BR /&gt;If you're interested in going down this road, and need any additional help/guidance, let me know!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 19:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1576902#M92085</guid>
      <dc:creator>KerryRobinson</dc:creator>
      <dc:date>2025-01-17T19:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577163#M92122</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the assist..just a quick follow on. I made the change but my legend doesnt reflect the change in colors. How do i update the legend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 11:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577163#M92122</guid>
      <dc:creator>Brett_Adie</dc:creator>
      <dc:date>2025-01-20T11:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577164#M92123</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I just wanted to thank you for your reply, while your solution wasnt quite what i had in mind for this request i do believe that it will be useful for me in the near future.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 12:10:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577164#M92123</guid>
      <dc:creator>Brett_Adie</dc:creator>
      <dc:date>2025-01-20T12:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577394#M92151</link>
      <description>&lt;P&gt;Oh solid! I've been meaning to try that out, thanks for sharing the link.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 14:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577394#M92151</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-01-21T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577417#M92156</link>
      <description>&lt;P&gt;Ugh. I haven't found a good way, tbh. Best workaround I can think of is to either&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Make two layers with the unique values and have those appear in your legend while hiding the main one&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1737470562638.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123661i0F879B4CE24E78A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1737470562638.png" alt="AlfredBaldenweck_0-1737470562638.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Tip: Save the individual parts of the symbol you want to a style so you can format all symbols in the layer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1737470683277.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123662i357FAACA8DF38378/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1737470683277.png" alt="AlfredBaldenweck_1-1737470683277.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or:&lt;/P&gt;&lt;P&gt;2) Manually make your legend using graphics symbols&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_2-1737470726732.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123663i710F067E23BB845F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_2-1737470726732.png" alt="AlfredBaldenweck_2-1737470726732.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This seems kind of similar to a dictionary symbol? When I made this, the presence of each symbol meant that that amenity was there, and in the case of Water, it had three options: Not there, There and Potable, and There and Non-potable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, I think the first solution is probably better, although neither is great.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 14:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1577417#M92156</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-01-21T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1580333#M92467</link>
      <description>&lt;P&gt;Thanks again, i think i will go with option 1 with the legend, makes things a bit more complicated but still looks like the best option&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 10:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1580333#M92467</guid>
      <dc:creator>Brett_Adie</dc:creator>
      <dc:date>2025-01-30T10:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create/format a symbol so that 2 attributes are displayed as differing colors on a single symbol</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1580629#M92506</link>
      <description>&lt;P&gt;Because currently there is no legend support for layers using the Dictionary Renderer, I have seen other examples of customers doing this (option 1 - create another layer with a unique value renderer of specifically the symbols you want in your legend) which have turned out pretty well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a public example from the National Park Service in Yosemite. They used this web map in a dashboard. You can see the `HydroMet Stations` group layer has two layers in it... one is `HydroMet Stations` (which is the real data used with the Dictionary Renderer) and the other is `Data Status` which is an empty layer with symbology set up in a nice way specifically for the legend. I think this turned out nicely in the app and actually gave them a more specific way to show these multi-attribute status symbols without having to show every permutation as a separate symbol in the legend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Web map:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KerryRobinson_0-1738273209324.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124400iDDF6E952292A597A/image-size/large?v=v2&amp;amp;px=999" role="button" title="KerryRobinson_0-1738273209324.png" alt="KerryRobinson_0-1738273209324.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;App (&lt;A href="https://experience.arcgis.com/experience/a8e39c18f17541668e635c4be46768a5/page/Current-Conditions" target="_self"&gt;link&lt;/A&gt;) :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KerryRobinson_1-1738273289337.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124401i0C19DBF66FB147B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="KerryRobinson_1-1738273289337.png" alt="KerryRobinson_1-1738273289337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 22:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-create-format-a-symbol-so-that-2/m-p/1580629#M92506</guid>
      <dc:creator>KerryRobinson</dc:creator>
      <dc:date>2025-01-30T22:21:50Z</dc:date>
    </item>
  </channel>
</rss>

