<?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: Symbolizing based on two fields in webmap in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1589182#M63793</link>
    <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/idea-allow-symbology-from-two-fields-when-one-or/idi-p/1347815" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-ideas/idea-allow-symbology-from-two-fields-when-one-or/idi-p/1347815&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2025 21:37:18 GMT</pubDate>
    <dc:creator>Laura</dc:creator>
    <dc:date>2025-02-25T21:37:18Z</dc:date>
    <item>
      <title>Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/222194#M10988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a map change request feature that allows field crews to submit notes on incorrect info in the map. I have it symbolized for whether its a water or sewer problem. There's also a status field that shows whether the request is open or has been resolved. Once the request has been resolved, I don't want it to show on the map anymore. I tried to do that by adding a custom expression as a second attribute in the webmap symbology, but for some reason it won't stick. I type the arcade expression, hit ok, but when I get back to the symbology pane it's still only showing that I'm symbolizing based on one attribute. What's the problem? Can I not symbolize based on a field AND a custom arcade expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/222194#M10988</guid>
      <dc:creator>ChandlerCallison</dc:creator>
      <dc:date>2020-02-12T20:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/222195#M10989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/337387"&gt;Chandler Callison&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am seeing the same thing here. I&amp;nbsp;selected a field as first field and created an expression as second field and that expression was not applied. When I look a little further, I notice that the second field should be numerical (when the first is text). So your arcade should return values not strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait, let me rephrase that... You cannot have two text fields to&amp;nbsp;create your symbology.&amp;nbsp;If you want to create symbology based on two text fields or a text field and an Arcade expression that returns text, it is better to&amp;nbsp;extent the expression to concatenate the first field with the original arcade expression result and use this single field for your symbology.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 23:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/222195#M10989</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-02-12T23:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/222196#M10990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander, I did exactly the same thing (concatenate with arcade two text fields, they are domains) like this:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;DomainName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"First-Field"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;DomainName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Second_Field"&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This works fine in the classic viewer, BUT: when with the Beta Viewer and/or Experience builder it's all grey (my colour for "other" values).&lt;/P&gt;&lt;P&gt;Can you reproduce this as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/47544"&gt;Katie Cullen&lt;/A&gt;‌, &lt;A href="https://community.esri.com/migrated-users/3063"&gt;Kelly Gerrow&lt;/A&gt;‌ : Is this a limitation of the V4 map viewer? Will it be resolved? Timeline?&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Annina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 14:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/222196#M10990</guid>
      <dc:creator>AnninaHirschiWyss</dc:creator>
      <dc:date>2020-03-02T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1117046#M42982</link>
      <description>&lt;P&gt;Just checking in on this since I ran into the same problem using the new Map Viewer which is no longer in Beta while trying to create a web map for use in Field Maps.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to concatenate two text fields in an expression for the layer symbology and was getting an error indicating a number was expected.&amp;nbsp; I saw this post and then switched the map to the Classic Viewer and had no issues.&amp;nbsp; Is this issue slated to be resolved in the next release and I assume the work around would be to stick with the Classic Viewer?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 22:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1117046#M42982</guid>
      <dc:creator>DavidCarpenter</dc:creator>
      <dc:date>2021-11-15T22:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1268381#M50932</link>
      <description>&lt;P&gt;Having this same issue, what was the solution?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1268381#M50932</guid>
      <dc:creator>VaneiriPatt</dc:creator>
      <dc:date>2023-03-16T04:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1276912#M51362</link>
      <description>&lt;P&gt;I'm also checking in on this... is there any resolution?&amp;nbsp; I'm simply trying to symbolize on two text fields and am going crazy!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 13:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1276912#M51362</guid>
      <dc:creator>AndyMapD</dc:creator>
      <dc:date>2023-04-10T13:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolizing based on two fields in webmap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1589182#M63793</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/idea-allow-symbology-from-two-fields-when-one-or/idi-p/1347815" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-ideas/idea-allow-symbology-from-two-fields-when-one-or/idi-p/1347815&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 21:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/symbolizing-based-on-two-fields-in-webmap/m-p/1589182#M63793</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2025-02-25T21:37:18Z</dc:date>
    </item>
  </channel>
</rss>

