<?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: Math Widgets - Statistics (AGOL) in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544055#M27539</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/342488"&gt;michele burgalossi&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to get the statistics calculated in the the popups you could use Arcade. Here is a super helpful page on what arcade is and how you can use it: &lt;A class="link-titled" href="https://www.arcgis.com/apps/Cascade/index.html?appid=3271f9b87c394c07b4a871257a5dc46b" title="https://www.arcgis.com/apps/Cascade/index.html?appid=3271f9b87c394c07b4a871257a5dc46b"&gt;https://www.arcgis.com/apps/Cascade/index.html?appid=3271f9b87c394c07b4a871257a5dc46b&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve your problem you will need to use featuresets so that you can access all the other features and run your calculations. Here is a helpful page on how to use featuresets: &lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/mapping/mapping/whats-new-with-arcade-taking-a-stroll-through-featuresets-part-1/" title="https://www.esri.com/arcgis-blog/products/mapping/mapping/whats-new-with-arcade-taking-a-stroll-through-featuresets-part-1/"&gt;https://www.esri.com/arcgis-blog/products/mapping/mapping/whats-new-with-arcade-taking-a-stroll-through-featuresets-part…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any questions please let me know!&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, 02 Jul 2020 06:00:34 GMT</pubDate>
    <dc:creator>BenTurrell</dc:creator>
    <dc:date>2020-07-02T06:00:34Z</dc:date>
    <item>
      <title>Math Widgets - Statistics (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544052#M27536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;Hello everybody, I'm using arcgis online widgets (in cloud) and I'm setting up some web apps with Esri's web app builder. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;I can't find the widget that meets this need: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;select a set of points or territories by query (or on a map) and view the statistics (sum, average, min, max, etc.) on all the attributes of the selected objects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;I would like to see in a pop up/report all the attributes with the associated statistics, for instance: &lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;selected objects, &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;population (min, average, max, etc), &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;companies (min, average, max, etc), &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;etc.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;I don't think it's a special request, hasn't Esri developed a statistics widget?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;Any suggestion will be warmly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;Michele&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 15:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544052#M27536</guid>
      <dc:creator>micheleburgalossi</dc:creator>
      <dc:date>2020-07-01T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Math Widgets - Statistics (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544053#M27537</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/342488"&gt;michele burgalossi&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about using the summarize widget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-summary.htm" title="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-summary.htm"&gt;Summary widget—ArcGIS Web AppBuilder | Documentation&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>Thu, 02 Jul 2020 00:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544053#M27537</guid>
      <dc:creator>BenTurrell</dc:creator>
      <dc:date>2020-07-02T00:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Math Widgets - Statistics (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544054#M27538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;Hi Ben, thanks for the message! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;I know this widget, unfortunately it does not allow to calculate statistics on the selected objects (from table or map). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;This widget calculates many statistics only on visible objects in the current map extension.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 05:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544054#M27538</guid>
      <dc:creator>micheleburgalossi</dc:creator>
      <dc:date>2020-07-02T05:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Math Widgets - Statistics (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544055#M27539</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/342488"&gt;michele burgalossi&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to get the statistics calculated in the the popups you could use Arcade. Here is a super helpful page on what arcade is and how you can use it: &lt;A class="link-titled" href="https://www.arcgis.com/apps/Cascade/index.html?appid=3271f9b87c394c07b4a871257a5dc46b" title="https://www.arcgis.com/apps/Cascade/index.html?appid=3271f9b87c394c07b4a871257a5dc46b"&gt;https://www.arcgis.com/apps/Cascade/index.html?appid=3271f9b87c394c07b4a871257a5dc46b&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve your problem you will need to use featuresets so that you can access all the other features and run your calculations. Here is a helpful page on how to use featuresets: &lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/mapping/mapping/whats-new-with-arcade-taking-a-stroll-through-featuresets-part-1/" title="https://www.esri.com/arcgis-blog/products/mapping/mapping/whats-new-with-arcade-taking-a-stroll-through-featuresets-part-1/"&gt;https://www.esri.com/arcgis-blog/products/mapping/mapping/whats-new-with-arcade-taking-a-stroll-through-featuresets-part…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any questions please let me know!&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, 02 Jul 2020 06:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/544055#M27539</guid>
      <dc:creator>BenTurrell</dc:creator>
      <dc:date>2020-07-02T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Math Widgets - Statistics (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/1084607#M41517</link>
      <description>&lt;P&gt;I've got the same question and the closest I've found is the Select Widget allows you to click on Statistics and it does summarize the data. One annoying feature of the select widget is that it includes all of the numeric variables and there does not seem to be a way to remove the ones you do not want - I've removed them from popups and from the table but they still show in the widget. I also tried to rename them so as to sort them lower in the list but this also did not work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 20:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/math-widgets-statistics-agol/m-p/1084607#M41517</guid>
      <dc:creator>JessicaCigna</dc:creator>
      <dc:date>2021-07-30T20:32:40Z</dc:date>
    </item>
  </channel>
</rss>

