<?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 Arcade expressions for symbolizing features based on feature counts? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415725#M20804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to utilize the arcade script to&amp;nbsp;change a features transparency&amp;nbsp;based on a certain feature count and I am struggling with the script. I have worked with arcade scripts before but I cannot seem to get the symbology to show the transparency changes based on feature counts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could be of assistance I would greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2019 12:57:52 GMT</pubDate>
    <dc:creator>RPGIS</dc:creator>
    <dc:date>2019-03-04T12:57:52Z</dc:date>
    <item>
      <title>Arcade expressions for symbolizing features based on feature counts?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415725#M20804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to utilize the arcade script to&amp;nbsp;change a features transparency&amp;nbsp;based on a certain feature count and I am struggling with the script. I have worked with arcade scripts before but I cannot seem to get the symbology to show the transparency changes based on feature counts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could be of assistance I would greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 12:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415725#M20804</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2019-03-04T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expressions for symbolizing features based on feature counts?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415726#M20805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to post the code that you are using to change the transparency?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, here is a great blog for reference about Arcade Expressions:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-arcade-expressions-to-map-your-ideas/"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-arcade-expressions-to-map-your-ideas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Ashley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 13:51:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415726#M20805</guid>
      <dc:creator>AshleyNewby1</dc:creator>
      <dc:date>2019-04-08T13:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expressions for symbolizing features based on feature counts?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415727#M20806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the feature count based on? If it has to be extracted using the same layer or a different layer, then symbolize options are limited, unless you are willing to create a new field and use the Arcade expression to calculate the field. This is not an option if the data is dynamic since calculating the field will yield a static result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 12:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415727#M20806</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-04-09T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expressions for symbolizing features based on feature counts?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415728#M20807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The feature count is based on a common attribute such as an unique id/name. What I was trying to do is to to see if I could make it so that if the count is greater than 1 but less than 3, it would have a transparency of a certain percentage. I was trying to see if it could be possible because it was a request from a manager in a different section of the department. He requested to be able to see the different counts for incidences in an area. But what I have discovered is that there was a widget that could do that and so I realized that shortly afterwards that I was putting a bit too much effort in one direction to get him what he needed when I could have simply checked what other options existed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 11:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions-for-symbolizing-features-based/m-p/415728#M20807</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2019-04-12T11:30:51Z</dc:date>
    </item>
  </channel>
</rss>

