<?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: need to create master calender from current date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113719#M911360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Try using this script:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1464867514259272" jivemacro_uid="_1464867514259272"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;varMinDate = &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;addyears(Today(), -50) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;varMaxDate = &lt;SPAN style="font-size: 13.3333px;"&gt;addyears(Today(), 50)&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tmp:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DATE($(varMinDate) + ROWNO() - 1) AS Date&lt;/P&gt;
&lt;P&gt;AUTOGENERATE ($(varMaxDate)-$(varMinDate) + 1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Calendar:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date&lt;/P&gt;
&lt;P&gt;RESIDENT tmp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE tmp;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2016 11:39:04 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2016-06-02T11:39:04Z</dc:date>
    <item>
      <title>need to create master calender from current date</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113717#M911358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am planning to create the master calendar from today's date which will show me 100 years data.past 50 years and future 50 years.&lt;/P&gt;&lt;P&gt;Can we achieve the same through single data suppose today's date is 02-06-2016.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I want to show the data from 1950 to 2049 and in this I will show the least granularity values of date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/57428" target="_blank"&gt;kush141087&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/47690" target="_blank"&gt;shubham.kumar&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/196434" target="_blank"&gt;sureshqv&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23043" target="_blank"&gt;ashfaq_haseeb&lt;/A&gt;‌@manish kacchia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113717#M911358</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: need to create master calender from current date</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113718#M911359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need all the Dates for 100 Years of Data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113718#M911359</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-02T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: need to create master calender from current date</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113719#M911360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Try using this script:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1464867514259272" jivemacro_uid="_1464867514259272"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;varMinDate = &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;addyears(Today(), -50) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;varMaxDate = &lt;SPAN style="font-size: 13.3333px;"&gt;addyears(Today(), 50)&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tmp:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; DATE($(varMinDate) + ROWNO() - 1) AS Date&lt;/P&gt;
&lt;P&gt;AUTOGENERATE ($(varMaxDate)-$(varMinDate) + 1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Calendar:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date&lt;/P&gt;
&lt;P&gt;RESIDENT tmp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE tmp;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113719#M911360</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-06-02T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: need to create master calender from current date</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113720#M911361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113720#M911361</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2016-06-02T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: need to create master calender from current date</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113721#M911362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the min and max date and follow the below post &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-create-master-calender-from-current-date/m-p/1113721#M911362</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-02T11:48:36Z</dc:date>
    </item>
  </channel>
</rss>

