<?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 Help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954395#M651086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or additionally load all months in a subsequent load like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14412330499509320" jivemacro_uid="_14412330499509320"&gt;
&lt;P&gt;LOAD Month(Date#(RecNo(),'M'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)) as Month&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Autogenerate 12;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 22:31:56 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-09-02T22:31:56Z</dc:date>
    <item>
      <title>Master Calendar Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954393#M651084</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;For the master calendar, I am taking the minimum and maximum date &lt;SPAN style="font-size: 13.3333330154419px;"&gt;date from my data and creating it. But now I want that irrespective of data, all the months and dates should be shown and there is no data then it should be grayed out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example : &lt;/P&gt;&lt;P&gt;I have data from Jan 2015 to July 2015. Then all the months i.e. Jan to Dec should be shown with Aug, Sep, Oct, Nov and Dec greyed out like below: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Month Calendar.PNG" class="jive-image image-1" src="/legacyfs/online/97688_Month Calendar.PNG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Month_July.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/97689_Month_July.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 08:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954393#M651084</guid>
      <dc:creator />
      <dc:date>2015-09-02T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954394#M651085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't use&lt;/P&gt;&lt;P&gt;Min(Date) and Max(Date)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but something like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;YearStart(Min(Date)) and YearEnd(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Max(Date))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;as limits in your calendar script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 22:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954394#M651085</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-02T22:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help.</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954395#M651086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or additionally load all months in a subsequent load like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14412330499509320" jivemacro_uid="_14412330499509320"&gt;
&lt;P&gt;LOAD Month(Date#(RecNo(),'M'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)) as Month&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Autogenerate 12;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 22:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/954395#M651086</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-02T22:31:56Z</dc:date>
    </item>
  </channel>
</rss>

