<?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 Create an indicator that combines the value of multiple other indicators in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212600#M6810</link>
    <description>&lt;P&gt;I have a dashboard with three feature layers. Each layer has an indicator that shows the number of features in that layer. I wanted to create an indicator that showed the count of features in all 3 layers combined. So, I used a data expression to return a very simple FeatureSet that contains a single feature with the count of all 3 layers.&lt;/P&gt;&lt;P&gt;The indicators also change values based on options chosen using the selectors. For instance, if a selector is used to filter out features, then the indicators change to reflect how many of those features are still being displayed on the map.&lt;/P&gt;&lt;P&gt;I want the indicator showing the total of all 3 layers to also change to reflect the new sum of the first three layers. However, it doesn't change, and I have no options to select a filter in the indicator properties either.&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this? I know my data expression is probably too simple to accomplish this, but I'm still new to using Arcade.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 18:21:40 GMT</pubDate>
    <dc:creator>LClark1102</dc:creator>
    <dc:date>2022-09-14T18:21:40Z</dc:date>
    <item>
      <title>Create an indicator that combines the value of multiple other indicators</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212600#M6810</link>
      <description>&lt;P&gt;I have a dashboard with three feature layers. Each layer has an indicator that shows the number of features in that layer. I wanted to create an indicator that showed the count of features in all 3 layers combined. So, I used a data expression to return a very simple FeatureSet that contains a single feature with the count of all 3 layers.&lt;/P&gt;&lt;P&gt;The indicators also change values based on options chosen using the selectors. For instance, if a selector is used to filter out features, then the indicators change to reflect how many of those features are still being displayed on the map.&lt;/P&gt;&lt;P&gt;I want the indicator showing the total of all 3 layers to also change to reflect the new sum of the first three layers. However, it doesn't change, and I have no options to select a filter in the indicator properties either.&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this? I know my data expression is probably too simple to accomplish this, but I'm still new to using Arcade.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 18:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212600#M6810</guid>
      <dc:creator>LClark1102</dc:creator>
      <dc:date>2022-09-14T18:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create an indicator that combines the value of multiple other indicators</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212885#M6811</link>
      <description>&lt;P&gt;In order to accomplish this, your "all three" indicator's data expression will need to be a bit more complex. It may not need to include &lt;EM&gt;every &lt;/EM&gt;feature, however.&lt;/P&gt;&lt;P&gt;First, you should identify all the fields your other dashboard elements use to filter these layers.&lt;/P&gt;&lt;P&gt;Then, in your expression, consider using &lt;STRONG&gt;GroupBy&lt;/STRONG&gt; to group each of the three layers by the fields in question, returning a &lt;STRONG&gt;count&lt;/STRONG&gt; for each unique combination. Then just merge your layers together into a single FeatureSet.&lt;/P&gt;&lt;P&gt;The resulting FeatureSet should have any fields available for your other elements to filter, and by presenting the sum of the &lt;STRONG&gt;count&lt;/STRONG&gt; field, would effectively show the total of filtered features.&lt;/P&gt;&lt;P&gt;I'd give an actual expression, but it probably depends a lot on your dashboard and the input layers. Feel free to give specifics, and I could try writing something up. Or if the layers are public, could try to work with them directly.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 13:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212885#M6811</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-09-15T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create an indicator that combines the value of multiple other indicators</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212928#M6812</link>
      <description>&lt;P&gt;Thank you for the answer! I wish I could take you up on your offer, but I'm doing this for work, and I don't think they want me sharing the data. I do appreciate the offer though.&lt;/P&gt;&lt;P&gt;I think I can figure out an expression using the advice you gave.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-an-indicator-that-combines-the-value-of/m-p/1212928#M6812</guid>
      <dc:creator>LClark1102</dc:creator>
      <dc:date>2022-09-15T14:17:07Z</dc:date>
    </item>
  </channel>
</rss>

