<?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: Customized date range for months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134647#M92201</link>
    <description>&lt;P&gt;Take a look at&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Member-Articles/Calendars/ta-p/1496392" target="_blank"&gt;https://community.qlik.com/t5/Member-Articles/Calendars/ta-p/1496392&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;What you want is very similar to a Broadcast calendar.&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 11:16:06 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2023-11-04T11:16:06Z</dc:date>
    <item>
      <title>Customized date range for months</title>
      <link>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134059#M92163</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have a requirement where we want to have a customized date range for the months.&lt;/P&gt;
&lt;P&gt;For example :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Jan 2023&amp;nbsp;{29/12/2023 - 26/01/2023 }&lt;/STRONG&gt; should have dates ranging from Last Thursday of previous month (Dec 2022) to Last Thursday of Current month (Jan 2023)&amp;nbsp; -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nov 2023 - {26/10/2023 - 30/11/2023} and so on and so forth.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 11:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134059#M92163</guid>
      <dc:creator>Manish</dc:creator>
      <dc:date>2023-11-02T11:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Customized date range for months</title>
      <link>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134075#M92167</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;This can be the solution.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Creating-A-Master-Calendar/td-p/341286" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Creating-A-Master-Calendar/td-p/341286&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 11:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134075#M92167</guid>
      <dc:creator>HKN1</dc:creator>
      <dc:date>2023-11-02T11:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Customized date range for months</title>
      <link>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134556#M92191</link>
      <description>&lt;P&gt;Thanks for replying but I want to customize the data range for every month?&lt;/P&gt;
&lt;P&gt;For example :&amp;nbsp; Nov 2023 Month year should have date range from last Thursday of Previous Month (i.e. &lt;SPAN&gt;26/10/2023&lt;/SPAN&gt;) till Last Thursday of Current Month (i.e. &lt;SPAN&gt;30/11/2023&lt;/SPAN&gt;) and so on and so forth and not from 01/11/2023 to 30/11/2023).&lt;/P&gt;
&lt;P&gt;Any idea how can I achieve this?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 15:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134556#M92191</guid>
      <dc:creator>Manish</dc:creator>
      <dc:date>2023-11-03T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Customized date range for months</title>
      <link>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134643#M92200</link>
      <description>&lt;P&gt;As you mentioned this&amp;nbsp;&lt;STRONG&gt;Jan 2023&amp;nbsp;{29/12/2023 - 26/01/2023 }&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;So i presume a month starts from last friday of last month and end at its last thursday;&lt;BR /&gt;&lt;BR /&gt;Try This:-&lt;BR /&gt;Load RN,Day,Date(RN) as Date, Month(RN) as Original,Month(D_) as required;&lt;BR /&gt;Load *, If(D = '0',RN,7+RN-D) as D_,weekday(If(D = '0',RN,7+RN-D)) as w_da;&lt;BR /&gt;Load *, weekday(RN) as Day, IF(Num(Weekday(RN))-3&amp;gt;=0,Num(Weekday(RN))-3,Num(Weekday(RN))+4) as D;&lt;BR /&gt;////////////////// D Coulmn gives me next nearest thursday date difference, D_ becomes next thursday and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;month(D_) becomes your required month////////////////////////////&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Load RecNo() as RN&lt;BR /&gt;AutoGenerate 500;&lt;BR /&gt;&lt;BR /&gt;Adjust accordingly, Required Column is your required month, original column is just month name,&lt;BR /&gt;and RN is datefield.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 09:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134643#M92200</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2023-11-04T09:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Customized date range for months</title>
      <link>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134647#M92201</link>
      <description>&lt;P&gt;Take a look at&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Member-Articles/Calendars/ta-p/1496392" target="_blank"&gt;https://community.qlik.com/t5/Member-Articles/Calendars/ta-p/1496392&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;What you want is very similar to a Broadcast calendar.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 11:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customized-date-range-for-months/m-p/2134647#M92201</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2023-11-04T11:16:06Z</dc:date>
    </item>
  </channel>
</rss>

