<?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: GroupBy-ish lists in a dashboard in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063648#M4622</link>
    <description>&lt;P&gt;You're welcome!&amp;nbsp; I'm not sure how I heard of it, but it probably came up in my twitter feeds.&amp;nbsp; It is on my list to dive deep into because it seems like a game changer.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 15:30:42 GMT</pubDate>
    <dc:creator>KevinMayall</dc:creator>
    <dc:date>2021-06-01T15:30:42Z</dc:date>
    <item>
      <title>GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1029847#M4201</link>
      <description>&lt;P&gt;I think the answer is that it can't be done, but I wanted to check before I wrote it off and moved on.&lt;/P&gt;&lt;P&gt;Ok, so I am building a dashboard with several lists that respond to the selection on a map. I am trying to replicate an offline workflow for displaying data to a client (think Pivot table but more complex). In this list, I really would like to get those acre values summarized by the years to the left. As far as I know, only HTML can be used to format these lists in the RTE, and I know HTML cannot do a groupby like this. Is there any other way to do it? Is there another tool to use to do it within AGO? Currently it is displaying a line per record.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrandonCraft_0-1614126635888.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6742i54B790E6C5454A92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrandonCraft_0-1614126635888.png" alt="BrandonCraft_0-1614126635888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 00:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1029847#M4201</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-02-24T00:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1029874#M4202</link>
      <description>&lt;P&gt;You think right, it can't be done. The &lt;STRONG&gt;List&lt;/STRONG&gt; element is for record-by-record data access, and there's no way for it to consider more than one row at a time.&lt;/P&gt;&lt;P&gt;Working solely within a Dashboard, you can get this sort of thing to work in a &lt;STRONG&gt;Serial Chart&lt;/STRONG&gt;, or in a series of &lt;STRONG&gt;Indicators&lt;/STRONG&gt;. To truly get a plain list with aggregated data, you'd need to go into some custom development. The actual process of submitting a &lt;EM&gt;query&lt;/EM&gt; to a Feature Service and getting back grouped values is quite simple, but working that into a web app or dashboard-like webpage takes a bit more work.&lt;/P&gt;&lt;P&gt;For an alternate approach, you can also accomplish this by introducing another layer. I've got a couple dashboards where I have a separate standalone table for the aggregated data that automatically re-calculates every hour.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 03:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1029874#M4202</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-02-24T03:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1029994#M4203</link>
      <description>&lt;P&gt;Thanks for the response, Josh. Yeah, I ended up doing a time series, but I suspect the client will not like the look. What's strange is, the time series chart with labels has the exact information and formatting just with the bar in between. Seems like it should be easy to do. I have built a copy in dashboards beta as well so I can test out what's possible there. I know Arcade has a groupby function, but for some reason it is listed as unavailable in the Arcade function list in this case.&lt;BR /&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrandonCraft_0-1614176430703.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6775iA3EEB5EF0BD57D78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrandonCraft_0-1614176430703.png" alt="BrandonCraft_0-1614176430703.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 14:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1029994#M4203</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-02-24T14:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1030019#M4204</link>
      <description>&lt;P&gt;Working off of the series chart, there might actually be a halfway-decent solution here, if you don't mind making a useless field.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new field in the layer and set &lt;EM&gt;every&lt;/EM&gt; row to have the same value.&lt;OL&gt;&lt;LI&gt;Call it "chart_field" if you like, something like that. Set the default value to 1, in case new rows will be added in the future.&lt;/LI&gt;&lt;LI&gt;Field calculate all the current rows to have the value 1 in this field.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;In your dashboard, on the chart settings:&lt;OL&gt;&lt;LI&gt;In the &lt;STRONG&gt;Data &lt;/STRONG&gt;tab, set &lt;STRONG&gt;Split By Field&lt;/STRONG&gt; to the new &lt;EM&gt;chart_field&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;In the &lt;STRONG&gt;Series &lt;/STRONG&gt;tab, set &lt;STRONG&gt;Stacking&lt;/STRONG&gt; to &lt;EM&gt;Stacked 100%&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Still on the &lt;STRONG&gt;Series&lt;/STRONG&gt; tab, set both the &lt;STRONG&gt;Fill&lt;/STRONG&gt; and &lt;STRONG&gt;Line&lt;/STRONG&gt;&lt;STRONG&gt; Opacity&lt;/STRONG&gt; to 0.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Since we only have a single value in &lt;EM&gt;chart_field, &lt;/EM&gt;you've essentially tricked the chart into centering your labels, and without the bars displayed, you get what you want.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1614180974874.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6778iA96419D5BD2C0738/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1614180974874.png" alt="jcarlson_0-1614180974874.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If we could have more options for label placement, maybe an excel-style "inside base", you wouldn't even need the fake split-by. I'll post an Idea about it, if you want to upvote it later.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:37:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1030019#M4204</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-02-24T15:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1030022#M4205</link>
      <description>&lt;P&gt;That's an awesome workaround! I appreciate it. Definitely post the idea, and I will upvote it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1030022#M4205</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-02-24T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1030030#M4206</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-dashboards-ideas/more-label-placement-options-for-serial-chart/idi-p/1030029/highlight/true" target="_self"&gt;Here it is!&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1030030#M4206</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-02-24T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063635#M4620</link>
      <description>&lt;P&gt;I think the recently released Data Expressions in Dashboards will probably let you pivot the feature table as you are looking for.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/ops-dashboard/announcements/introducing-data-expressions-in-arcgis-dashboards/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/ops-dashboard/announcements/introducing-data-expressions-in-arcgis-dashboards/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063635#M4620</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2021-06-01T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063638#M4621</link>
      <description>&lt;P&gt;Kevin, thanks so much for this. This is exactly what I was looking for. The workaround has served me well, but this will allow for many more robust formatting options. Just out of curiosity, how did you become aware of the Data Expressions release? I follow new features fairly closely, but this one seemed to have slipped by me.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063638#M4621</guid>
      <dc:creator>BrandonCraft</dc:creator>
      <dc:date>2021-06-01T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: GroupBy-ish lists in a dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063648#M4622</link>
      <description>&lt;P&gt;You're welcome!&amp;nbsp; I'm not sure how I heard of it, but it probably came up in my twitter feeds.&amp;nbsp; It is on my list to dive deep into because it seems like a game changer.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/groupby-ish-lists-in-a-dashboard/m-p/1063648#M4622</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2021-06-01T15:30:42Z</dc:date>
    </item>
  </channel>
</rss>

