<?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: Symbolize points by three different fields in Map Viewer; color, shape and size in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/symbolize-points-by-three-different-fields-in-map/m-p/1685432#M17225</link>
    <description>&lt;P&gt;I think the &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#when" target="_self"&gt;When&lt;/A&gt; function in Arcade can be your friend here:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var shape = $feature.my_shape
var size = $feature.my_size
var color = $feature.my_color

When(
shape == "Circle" &amp;amp;&amp;amp; size = "Small" &amp;amp;&amp;amp; color = "Red", "SmallRedCircleLabel",
shape == "Circle" &amp;amp;&amp;amp; size = "Large" &amp;amp;&amp;amp; color = "Red", "LargeRedCircleLabel",
shape == "Square" &amp;amp;&amp;amp; size = "Small" &amp;amp;&amp;amp; color = "Blue", "SmallBlueSquareLabel",
// ...
"Default")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would not describe it is a succinct approach, but it does give you maximum flexibility to produce your own label classes, and then symbolize them as you please.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Feb 2026 01:14:54 GMT</pubDate>
    <dc:creator>ErikRose</dc:creator>
    <dc:date>2026-02-20T01:14:54Z</dc:date>
    <item>
      <title>Symbolize points by three different fields in Map Viewer; color, shape and size</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/symbolize-points-by-three-different-fields-in-map/m-p/1685426#M17224</link>
      <description>&lt;P&gt;I'm trying to symbolize some point data by three different fields. I want one field to be color (a text field), one field to be shapes (also a text field), and one field to be size (a number&amp;nbsp;&lt;SPAN&gt;field). I currently have the points symbolized by color and size right now using the default settings under "style options" but I can't figure out how to add shape as a third style. I know I could use arcade to do this but I'm pretty rusty with it. Is this even possible? Thanks for any help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="43702a99-8a1f-4d63-9cdf-f789b8950cea.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148682i0F4B10F0E5D37597/image-size/medium?v=v2&amp;amp;px=400" role="button" title="43702a99-8a1f-4d63-9cdf-f789b8950cea.png" alt="43702a99-8a1f-4d63-9cdf-f789b8950cea.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 00:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/symbolize-points-by-three-different-fields-in-map/m-p/1685426#M17224</guid>
      <dc:creator>ElLid</dc:creator>
      <dc:date>2026-02-20T00:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolize points by three different fields in Map Viewer; color, shape and size</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/symbolize-points-by-three-different-fields-in-map/m-p/1685432#M17225</link>
      <description>&lt;P&gt;I think the &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#when" target="_self"&gt;When&lt;/A&gt; function in Arcade can be your friend here:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var shape = $feature.my_shape
var size = $feature.my_size
var color = $feature.my_color

When(
shape == "Circle" &amp;amp;&amp;amp; size = "Small" &amp;amp;&amp;amp; color = "Red", "SmallRedCircleLabel",
shape == "Circle" &amp;amp;&amp;amp; size = "Large" &amp;amp;&amp;amp; color = "Red", "LargeRedCircleLabel",
shape == "Square" &amp;amp;&amp;amp; size = "Small" &amp;amp;&amp;amp; color = "Blue", "SmallBlueSquareLabel",
// ...
"Default")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would not describe it is a succinct approach, but it does give you maximum flexibility to produce your own label classes, and then symbolize them as you please.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 01:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/symbolize-points-by-three-different-fields-in-map/m-p/1685432#M17225</guid>
      <dc:creator>ErikRose</dc:creator>
      <dc:date>2026-02-20T01:14:54Z</dc:date>
    </item>
  </channel>
</rss>

