<?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: Build an Indicator Table list in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336067#M8627</link>
    <description>&lt;P&gt;Thanks, Number 2 seems to be a great option.&amp;nbsp; Just to confirm, I would need 21 Views to accomplish the below chart.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="susic_0-1696695004470.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82595iA8C7DB3244E38D84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="susic_0-1696695004470.png" alt="susic_0-1696695004470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Oct 2023 16:10:45 GMT</pubDate>
    <dc:creator>susic</dc:creator>
    <dc:date>2023-10-07T16:10:45Z</dc:date>
    <item>
      <title>Build an Indicator Table list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1333935#M8507</link>
      <description>&lt;P&gt;I am new to Experience builder.&amp;nbsp; I am attempting to display a table of Counts from a Feature Layer similar to the Photo Attached.&amp;nbsp; Basically&amp;nbsp; I want to look at the Data and give a Total Count of the Items that meet those Types.&amp;nbsp; How do I build a table that dynamically changes base on the inputs to the layer?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 00:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1333935#M8507</guid>
      <dc:creator>susic</dc:creator>
      <dc:date>2023-09-30T00:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Build an Indicator Table list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1333950#M8508</link>
      <description>&lt;P&gt;Sounds like you might be able to do it with a Data Expression which is a great way to present summarized data.&amp;nbsp; However, I don't know if the table component in a EB application has the option to use a Data Expression source.&amp;nbsp; The dashboards do.&amp;nbsp; Here's a link that will give you more insight:&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;Introducing Data Expressions in ArcGIS Dashboards (esri.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 13:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1333950#M8508</guid>
      <dc:creator>sondickerson</dc:creator>
      <dc:date>2023-09-30T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Build an Indicator Table list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336052#M8625</link>
      <description>&lt;P&gt;Experience Builder does not provide a statistics function in the Table widget. There are couple of walkarounds that may help achieve the function:&lt;/P&gt;&lt;P&gt;1. Add a Chart widget to calculate the statistics. Use the chart output data as the data source of the table sheets.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add a chart and select Statistics as &lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Create a new sheet in the Table widget, and select &lt;STRONG&gt;Chart statistics output view&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-07 at 17.48.28.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82587i3FAD89A4B23E60F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-07 at 17.48.28.png" alt="Screenshot 2023-10-07 at 17.48.28.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-07 at 17.47.31.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82586iBDF732032D691729/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-07 at 17.47.31.png" alt="Screenshot 2023-10-07 at 17.47.31.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It will give you a table of counts from selected categories in the Chart widget. But the field name cannot be customized and it can only show one field count in each sheet.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Create data views with predefined filters and use &lt;A href="https://docdev.arcgis.com/en/experience-builder/latest/build-apps/select-data.htm#ESRI_SECTION1_038D8FEB11624711BC699313573F1FCC" target="_self"&gt;Dynamic content&lt;/A&gt; in the Text widget.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to the data you would like to calculate statistics and create separate data views&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-07 at 17.58.28.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82589i2888919F90FB1E47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-07 at 17.58.28.png" alt="Screenshot 2023-10-07 at 17.58.28.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Add Text widgets and connect to the data views&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-07 at 18.00.09.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82590i811B6AC8D576E09D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-07 at 18.00.09.png" alt="Screenshot 2023-10-07 at 18.00.09.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use&amp;nbsp;&lt;STRONG&gt;Dynamic content &lt;/STRONG&gt;to calculate the count&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-07 at 18.01.09.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82591iE7ED3A7475995760/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-07 at 18.01.09.png" alt="Screenshot 2023-10-07 at 18.01.09.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To make the layout pretty, you can use layout widgets like Card, Row/Column/Grid to organize your titles and count texts. Here is an example that I created using Row/Column widgets to organize the layout:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-07 at 18.11.04.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82592iCD752463031BE268/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-07 at 18.11.04.png" alt="Screenshot 2023-10-07 at 18.11.04.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 10:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336052#M8625</guid>
      <dc:creator>Shen_Zhang</dc:creator>
      <dc:date>2023-10-07T10:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Build an Indicator Table list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336067#M8627</link>
      <description>&lt;P&gt;Thanks, Number 2 seems to be a great option.&amp;nbsp; Just to confirm, I would need 21 Views to accomplish the below chart.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="susic_0-1696695004470.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82595iA8C7DB3244E38D84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="susic_0-1696695004470.png" alt="susic_0-1696695004470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 16:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336067#M8627</guid>
      <dc:creator>susic</dc:creator>
      <dc:date>2023-10-07T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Build an Indicator Table list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336090#M8628</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Based on the provided table, each value necessitates a view, resulting in a total of 21 views. Additionally, creating data views while connecting data can save time as it eliminates the need to do so in advance on the Data tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-08 at 09.50.51.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82608i8C39E34303D08744/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-10-08 at 09.50.51.png" alt="Screenshot 2023-10-08 at 09.50.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2023 01:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/build-an-indicator-table-list/m-p/1336090#M8628</guid>
      <dc:creator>Shen_Zhang</dc:creator>
      <dc:date>2023-10-08T01:54:57Z</dc:date>
    </item>
  </channel>
</rss>

