<?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: Master calendar script required to connect to script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410334#M802091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3858"&gt;Master Calendar Generation Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that, InvoiceDate is your date field. &lt;/P&gt;&lt;P&gt;In that, Calendar your wish to create from calendar dates or that's fine with existing one of Month and Year. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2017 03:48:21 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-17T03:48:21Z</dc:date>
    <item>
      <title>Master calendar script required to connect to script</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410333#M802090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share the master calendar script required and what modifications to be made in my original script to connect to the master calendar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have date, month and year fields in my original script. How to connect this to the master calendar. &lt;/P&gt;&lt;P&gt;Please share master calendar script and the adjustments to be made to link it to the original script to give correct results. &lt;/P&gt;&lt;P&gt;Thank ypu&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/Master-calendar-script-required-to-connect-to-script/m-p/1410333#M802090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar script required to connect to script</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410334#M802091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3858"&gt;Master Calendar Generation Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that, InvoiceDate is your date field. &lt;/P&gt;&lt;P&gt;In that, Calendar your wish to create from calendar dates or that's fine with existing one of Month and Year. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 03:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410334#M802091</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-17T03:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar script required to connect to script</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410335#M802093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created this process with parameters that created a master calendar for any date field you want and other stuff to facilitate time analysis. Let me know if you need help using it,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-19202"&gt;My 2 cents on Time Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 04:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410335#M802093</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-17T04:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar script required to connect to script</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410336#M802094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Product,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MINMAX:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MIN(Date) AS MIN_DATE,&lt;/P&gt;&lt;P&gt;MAX(Date) AS MAX_DATE&lt;/P&gt;&lt;P&gt;RESIDENT TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMin=PEEK('MIN_DATE',0,'MINMAX');&lt;/P&gt;&lt;P&gt;LET vMax=PEEK('MAX_DATE',0,'MINMAX');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE MINMAX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP_CAL:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;DATE($(vMin)+ROWNO()+1) AS D&lt;/P&gt;&lt;P&gt;AUTOGENERATE $(vMax)-$(vMin)+1;&lt;/P&gt;&lt;P&gt;&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;DATE(D)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Date,&lt;/P&gt;&lt;P&gt;DAY(D) AS Day,&lt;/P&gt;&lt;P&gt;MONTH(D) AS Month, &lt;/P&gt;&lt;P&gt;YEAR(D) AS Year,&lt;/P&gt;&lt;P&gt;MONTH(D)&amp;amp;'-'&amp;amp;YEAR(D) AS Month_Year,&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;Num(ceil(month(D)/3)) AS Quarter,&lt;/P&gt;&lt;P&gt;QUARTERNAME(D) AS Quarter_Name,&lt;/P&gt;&lt;P&gt;'W'&amp;amp;right(WeekName(D,0,-4), 2) AS Week,&lt;/P&gt;&lt;P&gt;WEEKSTART(D,0,-4) AS Week_Start_Date,&lt;/P&gt;&lt;P&gt;WEEKEND(D,0,-4) AS Week_End_Date,&lt;/P&gt;&lt;P&gt;MONTHSTART(D) AS Month_Start_Date,&lt;/P&gt;&lt;P&gt;MONTHEND(D) AS Month_End_Date,&lt;/P&gt;&lt;P&gt;QUARTERSTART(D) AS Quarter_Start_Date,&lt;/P&gt;&lt;P&gt;QUARTERSTART(D) AS Quarter_End_Date,&lt;/P&gt;&lt;P&gt;YEARSTART(D) AS Year_Start_Date,&lt;/P&gt;&lt;P&gt;YEAREND(D) AS Year_End_Date&lt;/P&gt;&lt;P&gt;RESIDENT TMP_CAL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP_CAL;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 07:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410336#M802094</guid>
      <dc:creator>sumanta12</dc:creator>
      <dc:date>2017-11-17T07:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar script required to connect to script</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410337#M802095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering to know how did you go,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as Helpful if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 07:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar-script-required-to-connect-to-script/m-p/1410337#M802095</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-21T07:12:58Z</dc:date>
    </item>
  </channel>
</rss>

