<?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 help needed with master calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818733#M288666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to create master calendar starting from last year to previous month of this year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; any help would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FYI...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 07:08:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-17T07:08:55Z</dc:date>
    <item>
      <title>help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818733#M288666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to create master calendar starting from last year to previous month of this year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; any help would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FYI...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818733#M288666</guid>
      <dc:creator />
      <dc:date>2015-02-17T07:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818734#M288667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;let VMinDate=MakeDate(2014,01,01);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;let VMaxDate=MonthStart(Today());&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;MasterCalendar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load&amp;nbsp; Date($(VMinDate) + RecNo()) as TempDate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp; AutoGenerate &lt;STRONG&gt;VMaxDate-VMinDate&lt;/STRONG&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818734#M288667</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-17T07:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818735#M288668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have tried that and iam getting a strange year field like 1905,1906..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818735#M288668</guid>
      <dc:creator />
      <dc:date>2015-02-17T07:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818736#M288669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: calibri, verdana, arial, sans-serif;"&gt;let VMinDate=Num(MakeDate(2014,01,01));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: calibri, verdana, arial, sans-serif;"&gt;let VMaxDate=Num(MonthStart(Today()));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: calibri, verdana, arial, sans-serif;"&gt;MasterCalendar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: calibri, verdana, arial, sans-serif;"&gt;Load&amp;nbsp; Date($(VMinDate) + RecNo()) as TempDate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp; AutoGenerate &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;VMaxDate-VMinDate&lt;/STRONG&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818736#M288669</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-02-17T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818737#M288670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, add num() like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;let VMinDate=&lt;STRONG&gt;Num&lt;/STRONG&gt;(MakeDate(2014,01,01));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;let VMaxDate=&lt;STRONG&gt;Num&lt;/STRONG&gt;(MonthStart(Today()));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;MasterCalendar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load Date($(VMinDate) + RecNo()) as TempDate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; AutoGenerate &lt;STRONG&gt;VMaxDate-VMinDate&lt;/STRONG&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818737#M288670</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-17T07:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818738#M288671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tq guys...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818738#M288671</guid>
      <dc:creator />
      <dc:date>2015-02-17T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818739#M288672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let VMinDate=Num(MakeDate(2014,1,1));&lt;/P&gt;&lt;P&gt;let VMaxDate=Num(MonthStart(Today()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Date($(VMinDate) + RecNo() -1) as TempDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE (Num(Interval(VMaxDate-VMinDate, 'D')));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-needed-with-master-calendar/m-p/818739#M288672</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-17T07:25:47Z</dc:date>
    </item>
  </channel>
</rss>

