<?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 Master calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322394#M1191811</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 am having one date coloum.If i select startdate and enddate means, the data's should be display inbetween that startdate and and date...How to use master calendar for that?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2011 06:22:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-27T06:22:05Z</dc:date>
    <item>
      <title>Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322394#M1191811</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 am having one date coloum.If i select startdate and enddate means, the data's should be display inbetween that startdate and and date...How to use master calendar for that?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 06:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322394#M1191811</guid>
      <dc:creator />
      <dc:date>2011-06-27T06:22:05Z</dc:date>
    </item>
    <item>
      <title>Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322395#M1191812</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;should it be automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can select by holding STRG the start and enddate in your Mastercalender and so you have all the dates between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 07:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322395#M1191812</guid>
      <dc:creator />
      <dc:date>2011-06-27T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322396#M1191813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make a relationship between your maste calendar table and your data table:&lt;/P&gt;&lt;P&gt;- A field in the maste calendar named, for example, DateID&lt;/P&gt;&lt;P&gt;- Another field in your data table named DatedID as well (both fields need to have the same name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview will make a relation between both fields and the data will be automatically displayed.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Calendar table&lt;/P&gt;&lt;P&gt;Let StartDate = num(date(YearStart(AddMonths(Today(),-48,0)),'YYYYMMDD'));&lt;/P&gt;&lt;P&gt;Let EndDate = num(date(YearEnd(AddMonths(Today(),0,0)),'YYYYMMDD'));&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;Year(Date) AS [Year],&lt;/P&gt;&lt;P&gt;Month(Date) AS [Month];&lt;/P&gt;&lt;P&gt;Load Date($(StartDate)+(Iterno()-1),'YYYYMMDD') as Date,&lt;/P&gt;&lt;P&gt;Date($(StartDate)+(Iterno()-1),'YYYYMMDD') as DateID,&lt;/P&gt;&lt;P&gt;Autogenerate 1 While Date($(StartDate)+(Iterno()-1)) &amp;lt;=Date($(EndDate)) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Data table&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load (...)&lt;/P&gt;&lt;P&gt;Date(datefield) as DateID;&lt;/P&gt;&lt;P&gt;(...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 07:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322396#M1191813</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2011-06-27T07:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322397#M1191814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;I am attaching a QV document which demonstrates the use of master calendar. &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 13:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322397#M1191814</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-06-27T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322398#M1191815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notice you did not do a YTD and MTD field. How would I go about doing that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 13:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/322398#M1191815</guid>
      <dc:creator />
      <dc:date>2012-06-15T13:45:37Z</dc:date>
    </item>
  </channel>
</rss>

