<?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: Dashboard query range among years in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1093608#M5009</link>
    <description>&lt;P&gt;Thanks Josh,&lt;/P&gt;&lt;P&gt;I tried to used a coded domain, but that did not work. The "Number Selector" only shows the numbers, not the coded values.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 14:54:51 GMT</pubDate>
    <dc:creator>RoseZhou2</dc:creator>
    <dc:date>2021-08-30T14:54:51Z</dc:date>
    <item>
      <title>Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092275#M4993</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there any way to do range among years query in ArcGIS Dashboards? For example, we have multiple years data. We want to query data from Aug. 1st to Aug 10th of&amp;nbsp; year 2019, 2020 and 2021. If not, any workarounds?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 16:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092275#M4993</guid>
      <dc:creator>RoseZhou2</dc:creator>
      <dc:date>2021-08-25T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092305#M4994</link>
      <description>&lt;P&gt;To interactively slice a date range across multiple years, you'd essentially need separate fields representing parts of the date (month, day, or maybe a single day of year, i.e 237 for Aug 1), or else you'd need to carefully define that as an option in your Date Selector.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1629909202519.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21681i4B2D13BD0C524DFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1629909202519.png" alt="jcarlson_0-1629909202519.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The latter option can be extremely tedious with many ranges, and is not adjustable for the dashboard's users. If you edit the dashboard's JSON, you can quickly create lots of defined options, but the static nature of those selectors may not be what you want.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 16:56:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092305#M4994</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-25T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092327#M4996</link>
      <description>&lt;P&gt;Thanks Josh for your insight!&lt;/P&gt;&lt;P&gt;Yes, the latter one is not an option for me as it's not adjustable for the dashboard's users.&lt;/P&gt;&lt;P&gt;We do have a field "yDay" which represents a single day of the year, for example120&amp;nbsp; for Apr. 30th, 2021. With that, how to in&lt;SPAN&gt;teractively slice a date range across multiple years? Any more detailed information? Or can you point me to any document?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks so much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rose&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092327#M4996</guid>
      <dc:creator>RoseZhou2</dc:creator>
      <dc:date>2021-08-25T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092336#M4997</link>
      <description>&lt;P&gt;I believe you'd need a "year" field, too, thinking about it more. Easy enough to calculate that to a new field using EXTRACT. The day and year would each have to be on their own number / category selectors.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092336#M4997</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-25T17:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092347#M4998</link>
      <description>&lt;P&gt;Thanks again Josh,&lt;/P&gt;&lt;P&gt;You are right that the&amp;nbsp;&lt;SPAN&gt;day&amp;nbsp;and year would each have to be on their own number selector. For the day number selector, it will display from 1 to 365. That is not user friendly. Instead of displaying 1 to 365, is there a way to display Jan. 1 to Dec. 31 like the screenshot below?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RangeAmongYearsSelector.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21695iC6594CA3825E77A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RangeAmongYearsSelector.PNG" alt="RangeAmongYearsSelector.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rose&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092347#M4998</guid>
      <dc:creator>RoseZhou2</dc:creator>
      <dc:date>2021-08-25T17:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092349#M4999</link>
      <description>&lt;P&gt;Could you add a coded domain to the field to associate each number with its label? I'm not sure of another way.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1092349#M4999</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-25T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query range among years</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1093608#M5009</link>
      <description>&lt;P&gt;Thanks Josh,&lt;/P&gt;&lt;P&gt;I tried to used a coded domain, but that did not work. The "Number Selector" only shows the numbers, not the coded values.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 14:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-query-range-among-years/m-p/1093608#M5009</guid>
      <dc:creator>RoseZhou2</dc:creator>
      <dc:date>2021-08-30T14:54:51Z</dc:date>
    </item>
  </channel>
</rss>

