<?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: Distinct Count in list - Ops dashboard in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456593#M2589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/405886"&gt;Sayed Wali&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/migrated-users/384235"&gt;Bryan, Andree&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for missing your earlier question Sayed. What I was referring to is that when I build my dashboards a lot of data processing happens before I even create my dashboards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a variety of different tools to create my datasets like python or FME to find all the values and add them up in a spreadsheet. You could also do a field calculation in ArcGIS Pro to loop through all your features and create a sum field based on the name of the feature. Once you have done that if you remove all the other instances so you are just left with the distinct values then you should have your features that can be published.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem a lot of the above have is the amount of overhead required to fix up the data and to maintain it. When pulling from data sources you don't control data schemas can change or naming conventions can change. You will also need to automate these processes or manually rerun them when you want to update the datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of work can go into these dashboards and the data behind them!&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;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2020 00:06:38 GMT</pubDate>
    <dc:creator>BenTurrell</dc:creator>
    <dc:date>2020-08-20T00:06:38Z</dc:date>
    <item>
      <title>Distinct Count in list - Ops dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456589#M2585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field named IP(implementing partners) which is repeated in a number of records. I want to apply a distinct count&amp;nbsp; and put the count in front of each IP in my list element:&lt;/P&gt;&lt;P&gt;I would appreciate your useful comments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486845_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 19:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456589#M2585</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-30T19:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count in list - Ops dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456590#M2586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/348028"&gt;Sayed Wali&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think this is possible without some custom coding or calculating those fields before pushing it to ArcGIS Dashboards. If you are intereseted in this feature you may want to vote for this idea: &lt;A href="https://community.esri.com/ideas/14948-operations-dashboard-widget-to-display-count-of-distinct-unique-values"&gt;Operations Dashboard widget to display count of distinct unique values&lt;/A&gt;&amp;nbsp;&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;Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;EM&gt;If this answer was helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 22:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456590#M2586</guid>
      <dc:creator>BenTurrell</dc:creator>
      <dc:date>2020-03-30T22:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count in list - Ops dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456591#M2587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/382776"&gt;Ben Turrell&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I went into the link you provided and is useful. Can you explain more about your first point, how is it possible to code before publishing to Dashboard? do you mean to maintain some Arcade expressions in webmap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to build is a list and a distinct count&amp;nbsp;of related features exactly like the COVID-19 dashboard:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/488037_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 06:49:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456591#M2587</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-04-09T06:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count in list - Ops dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456592#M2588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone figured out how to do this yet? I am also in need of the answer to this, and we can all see it was done in the Covid dashboard.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 17:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456592#M2588</guid>
      <dc:creator>Bryan_Andree</dc:creator>
      <dc:date>2020-08-19T17:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count in list - Ops dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456593#M2589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/405886"&gt;Sayed Wali&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/migrated-users/384235"&gt;Bryan, Andree&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for missing your earlier question Sayed. What I was referring to is that when I build my dashboards a lot of data processing happens before I even create my dashboards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a variety of different tools to create my datasets like python or FME to find all the values and add them up in a spreadsheet. You could also do a field calculation in ArcGIS Pro to loop through all your features and create a sum field based on the name of the feature. Once you have done that if you remove all the other instances so you are just left with the distinct values then you should have your features that can be published.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem a lot of the above have is the amount of overhead required to fix up the data and to maintain it. When pulling from data sources you don't control data schemas can change or naming conventions can change. You will also need to automate these processes or manually rerun them when you want to update the datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of work can go into these dashboards and the data behind them!&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;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 00:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/distinct-count-in-list-ops-dashboard/m-p/456593#M2589</guid>
      <dc:creator>BenTurrell</dc:creator>
      <dc:date>2020-08-20T00:06:38Z</dc:date>
    </item>
  </channel>
</rss>

