<?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: Data too big for a FeatureSet calculation? How else might I achieve this? in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401821#M9329</link>
    <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually have 3 fields I would like to process in various manners.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The date range classification is an age, and ages are variable depending on todays date.&lt;UL&gt;&lt;LI&gt;I could calculate static data initially, and then calculate on-the-fly via Map Viewer Smart Forms for further data, but I would also have to update at minimum once a year (for my purposes)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;A second date field which depending on two other dates fields, populates as the later of the two dates.&lt;UL&gt;&lt;LI&gt;I could technically do the same as the above option&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;A third field holding either data or null, which I would like to select via a yes/no or 1/0 option depending on whether there is data or not.&lt;UL&gt;&lt;LI&gt;Again, I can calculate the current data, and then calculate on-the-fly with Smart Forms for updates&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that's all very inelegant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found another post with a very clean solution I'm currently adapting to my uses: &lt;A href="https://community.esri.com/t5/arcgis-dashboards-questions/use-category-selector-as-a-yes-or-no/td-p/1194974" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-dashboards-questions/use-category-selector-as-a-yes-or-no/td-p/1194974&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regards to the dataset size- As I'm rebuilding my dashboard, it actually feels a bit quicker. I think cos I'm not "importing" unneccesary data into the FeatureSet.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2024 07:25:29 GMT</pubDate>
    <dc:creator>BlakeMorrison</dc:creator>
    <dc:date>2024-03-28T07:25:29Z</dc:date>
    <item>
      <title>Data too big for a FeatureSet calculation? How else might I achieve this?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401773#M9327</link>
      <description>&lt;P&gt;I have a layer with ~14,000 features. Each feature has a date attribute. I would like to classify the data into defined age ranges and display that in a serial chart in a dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a feeling there is too much data to achieve this with reasonable performance. Can anyone confirm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better way to achieve what I want?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 02:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401773#M9327</guid>
      <dc:creator>BlakeMorrison</dc:creator>
      <dc:date>2024-03-28T02:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data too big for a FeatureSet calculation? How else might I achieve this?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401799#M9328</link>
      <description>&lt;P&gt;Is your data static?&amp;nbsp; Can you pre-process your date ranges into a new field?&amp;nbsp; If so, and depending what kind of widgets you're using, the dashboard may be able to pull your data down using a stats query (much, much more efficient) rather than pulling down all 14k records.&lt;/P&gt;&lt;P&gt;If the data's static but you don't own it, could you summarize it into your own dataset?&amp;nbsp; Or, if it's updated at regular intervals, maybe use a Notebook to summarize it automatically.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 06:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401799#M9328</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2024-03-28T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data too big for a FeatureSet calculation? How else might I achieve this?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401821#M9329</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually have 3 fields I would like to process in various manners.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The date range classification is an age, and ages are variable depending on todays date.&lt;UL&gt;&lt;LI&gt;I could calculate static data initially, and then calculate on-the-fly via Map Viewer Smart Forms for further data, but I would also have to update at minimum once a year (for my purposes)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;A second date field which depending on two other dates fields, populates as the later of the two dates.&lt;UL&gt;&lt;LI&gt;I could technically do the same as the above option&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;A third field holding either data or null, which I would like to select via a yes/no or 1/0 option depending on whether there is data or not.&lt;UL&gt;&lt;LI&gt;Again, I can calculate the current data, and then calculate on-the-fly with Smart Forms for updates&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that's all very inelegant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found another post with a very clean solution I'm currently adapting to my uses: &lt;A href="https://community.esri.com/t5/arcgis-dashboards-questions/use-category-selector-as-a-yes-or-no/td-p/1194974" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-dashboards-questions/use-category-selector-as-a-yes-or-no/td-p/1194974&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regards to the dataset size- As I'm rebuilding my dashboard, it actually feels a bit quicker. I think cos I'm not "importing" unneccesary data into the FeatureSet.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 07:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1401821#M9329</guid>
      <dc:creator>BlakeMorrison</dc:creator>
      <dc:date>2024-03-28T07:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data too big for a FeatureSet calculation? How else might I achieve this?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1404223#M9338</link>
      <description>&lt;P&gt;Alright, While I've technically answered the topic of my own post. I still haven't achieved what I want and can't find how to do so, nor do I know quite how to ask the question.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 05:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-too-big-for-a-featureset-calculation-how-else/m-p/1404223#M9338</guid>
      <dc:creator>BlakeMorrison</dc:creator>
      <dc:date>2024-04-02T05:01:22Z</dc:date>
    </item>
  </channel>
</rss>

