<?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 Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112088#M898836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meaning in my data I have a 'date closed' and I have a 'projected close date' they are not mutually exclusive and therefore I will need to separate results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 21:49:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-20T21:49:11Z</dc:date>
    <item>
      <title>Master Calendar Question</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112086#M898834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple Question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using an excel data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserted master calendar. I want to create to separate Straight tables using the same data but different views. I have highlighted the section where I have a questions. I need to use two different date fields for the straight tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Script:&lt;/P&gt;&lt;P&gt;MinMax:&lt;BR /&gt; LOAD&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt; Min([Actual Closed Date]) as MinDate,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt; Max([Actual Closed Date]) as MaxDate&lt;/SPAN&gt;&lt;BR /&gt; Resident PIPELINEDATA;&lt;BR /&gt; &lt;BR /&gt; Let&amp;nbsp;&amp;nbsp; vMaxDate = Num(Peek('MaxDate',0,'MinDate'));&lt;BR /&gt; Let vMinDate = Num(Peek('MinDate', 0, 'MaxDate'));&lt;BR /&gt; Let vToday = $(vMaxDate);&lt;BR /&gt; Let vRealToday = num(today());&lt;BR /&gt; &lt;BR /&gt; //******** Temp Calendar********&lt;BR /&gt; TempCal:&lt;BR /&gt; LOAD&lt;BR /&gt; date($(vMinDate) + RowNo() - 1) as TempDate&lt;BR /&gt; AutoGenerate&lt;BR /&gt; $(vMaxDate) - $(vMinDate) + 1;&lt;BR /&gt; &lt;BR /&gt; DROP Table MinMax;&lt;BR /&gt; &lt;BR /&gt; //**********Master Calender************&lt;BR /&gt; MasterCalendar:&lt;BR /&gt; LOAD&lt;BR /&gt; //TempDate as OrderDate,&lt;BR /&gt; TempDate as DateIn,&lt;BR /&gt; Week(TempDate) as Week,&lt;BR /&gt; Year(TempDate) as Year,&lt;BR /&gt; Month(TempDate) as Month,&lt;BR /&gt; Day(TempDate) as Day,&lt;BR /&gt; Weekday(TempDate) as Weekday,&lt;BR /&gt; 'Q' &amp;amp; ceil(Month(TempDate) / 3) as Quarter,&lt;BR /&gt; Date(MonthStart(TempDate), 'MMM-YYYY') as MonthYear,&lt;BR /&gt; //Week(TempDate)&amp;amp;'-'&amp;amp;Year(TempDate) as WeekYear,&lt;BR /&gt; Year(TempDate)&amp;amp;'-'&amp;amp;Week(TempDate) as WeekYear,&lt;BR /&gt; inyeartodate(TempDate, $(vRealToday), 0) * -1 as CurYTDFlag,&lt;BR /&gt; inyeartodate(TempDate, $(vRealToday), -1) * -1 as LastYTDFlag&lt;BR /&gt; Resident TempCal&lt;BR /&gt; Order By TempDate ASC;&lt;BR /&gt; &lt;BR /&gt; DROP Table TempCal;&lt;BR /&gt; &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-Question/m-p/1112086#M898834</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Question</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112087#M898835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean you have two different date fields ? what result are you looking at ?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 21:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112087#M898835</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2016-07-20T21:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Question</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112088#M898836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meaning in my data I have a 'date closed' and I have a 'projected close date' they are not mutually exclusive and therefore I will need to separate results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 21:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112088#M898836</guid>
      <dc:creator />
      <dc:date>2016-07-20T21:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Question</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112089#M898837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You create two Master calendar &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'projected close date' and for 'Date close date'&lt;/SPAN&gt; or have link table and use set analysis to show the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Check this , if you have not already done &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Question/m-p/1112089#M898837</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2016-07-21T18:47:33Z</dc:date>
    </item>
  </channel>
</rss>

