<?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>idea Table Summary Functions in ArcGIS Dashboards Ideas</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idi-p/1294787</link>
    <description>&lt;P&gt;Currently the 'Summary' function for a grouped value table is predetermined by the aggregate function for each feature. For example, any feature aggregated by 'Count' is summarized with a sum function (the sum of all grouped counts). It would be useful to summarize an aggregated feature by a choice of functions. For example, to summarize a feature aggregated by 'Count' with an average function (the average of all grouped counts). Hope this makes sense, thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 21:09:03 GMT</pubDate>
    <dc:creator>Arlo</dc:creator>
    <dc:date>2023-05-31T21:09:03Z</dc:date>
    <item>
      <title>Table Summary Functions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idi-p/1294787</link>
      <description>&lt;P&gt;Currently the 'Summary' function for a grouped value table is predetermined by the aggregate function for each feature. For example, any feature aggregated by 'Count' is summarized with a sum function (the sum of all grouped counts). It would be useful to summarize an aggregated feature by a choice of functions. For example, to summarize a feature aggregated by 'Count' with an average function (the average of all grouped counts). Hope this makes sense, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 21:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idi-p/1294787</guid>
      <dc:creator>Arlo</dc:creator>
      <dc:date>2023-05-31T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Summary Functions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idc-p/1366490#M2345</link>
      <description>&lt;P&gt;I agree. And further, I'd also love to see additional statistics choices like First and Count Distinct for text fields added to summary tables in Dashboards. Currently the only statistic available for text fields is Count, which is of course the same for every field you add.&lt;/P&gt;&lt;P&gt;In this example, I'd love to use First to display additional details like common name (CNAME), taxon group, and federal and state listing statuses for each species (SNAME) in the summary table (these values are always the same for a given species). And I could use Count Distinct to list how many different counties they occur in. But instead, my only option is Count, which just yields the same number in every column.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyTorpey_LSA_4-1704399937086.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90568i83FF0F88263C1270/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HollyTorpey_LSA_4-1704399937086.png" alt="HollyTorpey_LSA_4-1704399937086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HollyTorpey_LSA_3-1704399875143.png" style="width: 844px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90566i010A3693076A4182/image-dimensions/844x211?v=v2" width="844" height="211" role="button" title="HollyTorpey_LSA_3-1704399875143.png" alt="HollyTorpey_LSA_3-1704399875143.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 20:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idc-p/1366490#M2345</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2024-01-04T20:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Summary Functions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idc-p/1403755#M2428</link>
      <description>&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Introduction&lt;/STRONG&gt;: Table summary functions are essential tools used to analyze and summarize data within a table.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Common Functions&lt;/STRONG&gt;: Some common table summary functions include SUM, AVG, MAX, MIN, and COUNT.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;SUM Function&lt;/STRONG&gt;: This function calculates the total sum of numerical values within a specified column.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;AVG Function&lt;/STRONG&gt;: The AVG function computes the average value of the data in a given column.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;MAX Function&lt;/STRONG&gt;: MAX returns the maximum value from a set of values in a column.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;MIN Function&lt;/STRONG&gt;: Conversely, MIN retrieves the minimum value from a set of data within a column.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;COUNT Function&lt;/STRONG&gt;: COUNT is used to count the number of non-empty cells in a column.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Application&lt;/STRONG&gt;: These functions are widely employed in various fields, including finance, statistics, and data analysis.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Usage in Spreadsheets&lt;/STRONG&gt;: Spreadsheet software like Microsoft Excel and Google Sheets provide built-in support for these functions.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Data Analysis&lt;/STRONG&gt;: By utilizing table summary functions, analysts can gain insights into trends, distributions, and summary statistics of their datasets.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Importance of Understanding&lt;/STRONG&gt;: A thorough understanding of these functions is crucial for accurate data interpretation and decision-making.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Stay Informed&lt;/STRONG&gt;: Stay updated on the latest developments in data analysis and spreadsheet techniques through reputable sources like The New York Times &lt;A href="https://strandsunlimited.us/" target="_self"&gt;strands&lt;/A&gt; (NYT) to enhance your skills in utilizing table summary functions effectively.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 01 Apr 2024 10:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-ideas/table-summary-functions/idc-p/1403755#M2428</guid>
      <dc:creator>alvimutmex</dc:creator>
      <dc:date>2024-04-01T10:58:43Z</dc:date>
    </item>
  </channel>
</rss>

