<?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 Formatting Symbology with Arcade Expression in AGOL in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/formatting-symbology-with-arcade-expression-in/m-p/1220779#M48291</link>
    <description>&lt;P&gt;Hello Esri Community,&lt;/P&gt;&lt;P&gt;I'm trying to create a web map that highlights chemistry sampling data for my organization.&amp;nbsp;&lt;SPAN&gt;Each station point has several "chemistry analytes" that needs to be displayed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The issue I'm running into is that the arcade expression I used in ArcPro where I created this map is not being honored once it's shared as a web map.&lt;/P&gt;&lt;P&gt;My question is, is there a process / workflow to include an arcade expression for modifying symbology? I just want to understand how to best approach this.&lt;/P&gt;&lt;P&gt;Attached is the data table I'm working with, a screenshot of my webmap, and a screenshot of ArcPro file symbology that I would like to re-create for the web map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The arcade expression that worked on ArcPro was this, from a previous &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/symbolizing-features-with-multiple-attributes/m-p/1217844#M60568" target="_self"&gt;post&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var offsets = {
    "Chlorinated Hydrocarbons": 0,
    "Inorganics": -10,
    "PAH": -20,
    "PCB": -30,
    "PBDE": -40,
    "Pyrethroid": -50,
    // and so on
}
return offsets[$feature.parameter]&lt;/LI-CODE&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Mina&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 16:10:53 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-10-11T16:10:53Z</dc:date>
    <item>
      <title>Formatting Symbology with Arcade Expression in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/formatting-symbology-with-arcade-expression-in/m-p/1220779#M48291</link>
      <description>&lt;P&gt;Hello Esri Community,&lt;/P&gt;&lt;P&gt;I'm trying to create a web map that highlights chemistry sampling data for my organization.&amp;nbsp;&lt;SPAN&gt;Each station point has several "chemistry analytes" that needs to be displayed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The issue I'm running into is that the arcade expression I used in ArcPro where I created this map is not being honored once it's shared as a web map.&lt;/P&gt;&lt;P&gt;My question is, is there a process / workflow to include an arcade expression for modifying symbology? I just want to understand how to best approach this.&lt;/P&gt;&lt;P&gt;Attached is the data table I'm working with, a screenshot of my webmap, and a screenshot of ArcPro file symbology that I would like to re-create for the web map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The arcade expression that worked on ArcPro was this, from a previous &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/symbolizing-features-with-multiple-attributes/m-p/1217844#M60568" target="_self"&gt;post&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var offsets = {
    "Chlorinated Hydrocarbons": 0,
    "Inorganics": -10,
    "PAH": -20,
    "PCB": -30,
    "PBDE": -40,
    "Pyrethroid": -50,
    // and so on
}
return offsets[$feature.parameter]&lt;/LI-CODE&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Mina&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 16:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/formatting-symbology-with-arcade-expression-in/m-p/1220779#M48291</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-10-11T16:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Symbology with Arcade Expression in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/formatting-symbology-with-arcade-expression-in/m-p/1255396#M50149</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VanessaSimps_0-1675702078251.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62176iC71D62EC1E5A0256/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VanessaSimps_0-1675702078251.png" alt="VanessaSimps_0-1675702078251.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;VanessaSimps_0-1675702078251.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you can do this in the Map Viewer.&amp;nbsp; Just be aware that sometime the arcade profile may differ between Pro and Map Viewer symbology.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/profiles/visualization/" target="_blank"&gt;https://developers.arcgis.com/arcade/profiles/visualization/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 16:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/formatting-symbology-with-arcade-expression-in/m-p/1255396#M50149</guid>
      <dc:creator>VanessaSimps</dc:creator>
      <dc:date>2023-02-06T16:49:08Z</dc:date>
    </item>
  </channel>
</rss>

