<?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: Dynamic date range in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4656#M465</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get data from&amp;nbsp;&lt;SPAN&gt;October 01/10/22 to 31/10/23&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 15:26:35 GMT</pubDate>
    <dc:creator>KHK</dc:creator>
    <dc:date>2023-07-07T15:26:35Z</dc:date>
    <item>
      <title>Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4648#M461</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to run my report for every year previous year October 1st to current year October 31st.I.e 01/10/22 to 31/10/23.&lt;/P&gt;&lt;P&gt;could you please let me know how to write formula&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 17:56:59 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4648#M461</guid>
      <dc:creator>KHK</dc:creator>
      <dc:date>2023-07-06T17:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4649#M462</link>
      <description>&lt;P&gt;So next year starting Jan 1st, filter will be:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;October 01/10/23 to 31/10/24 ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 18:28:25 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4649#M462</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-07-06T18:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4653#M463</link>
      <description>&lt;P&gt;This sounds like a job for a fiscal calendar.&amp;nbsp; &amp;nbsp;( I'm guessing it's a fiscal calendar, but even if not, it's a job for a specialized calendar ).&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 23:28:50 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4653#M463</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2023-07-06T23:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4655#M464</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes i am using Fiscal Year in the formula to get data from previous year October 1st to this year October 31st.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:25:39 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4655#M464</guid>
      <dc:creator>KHK</dc:creator>
      <dc:date>2023-07-07T15:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4656#M465</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get data from&amp;nbsp;&lt;SPAN&gt;October 01/10/22 to 31/10/23&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:26:35 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4656#M465</guid>
      <dc:creator>KHK</dc:creator>
      <dc:date>2023-07-07T15:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4657#M466</link>
      <description>&lt;P&gt;You can filter it using between function:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;between&lt;/STRONG&gt;(&amp;lt;schema.table.date&amp;gt;, date&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"2022-1-10"&lt;/SPAN&gt;&lt;SPAN class=""&gt;),&amp;nbsp;&lt;SPAN class=""&gt;date&lt;/SPAN&gt;(&lt;SPAN class=""&gt;"2023-31-10"&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:58:49 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4657#M466</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-07-07T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4658#M467</link>
      <description>&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;Date have to change dynamically, next year data have to fetch between (01/10/2023 to 31/10/2024).&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:09:23 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4658#M467</guid>
      <dc:creator>KHK</dc:creator>
      <dc:date>2023-07-07T16:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic date range</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4660#M468</link>
      <description>&lt;P&gt;Try this formula&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/709"&gt;@KHK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;between(&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;schema.table.date&lt;/SPAN&gt; &lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;addMonths(&lt;/SPAN&gt;&lt;SPAN&gt;$currentYearStart&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;-3&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;monthEndDate(&lt;/SPAN&gt;&lt;SPAN&gt;addMonths(&lt;/SPAN&gt;&lt;SPAN&gt;$currentYearStart&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anurag_0-1688766851697.png" style="width: 281px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2307i11E18AB04B86DFAE/image-dimensions/281x293?v=v2" width="281" height="293" role="button" title="anurag_0-1688766851697.png" alt="anurag_0-1688766851697.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jul 2023 21:55:33 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/dynamic-date-range/m-p/4660#M468</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-07-07T21:55:33Z</dc:date>
    </item>
  </channel>
</rss>

