<?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/822405#M1045971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to data sensitivity Iwont be able to share the data. Like&amp;nbsp; any other Date fields, it is just simple Date field.As I said earlier though I am having value in tables,it is not get selected when I am selecting the Dates in Master Calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 10:37:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-26T10:37:54Z</dc:date>
    <item>
      <title>Master Calendar Help</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822401#M1045965</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; Please find my below Master Calendar script. The issue is,when I am selecting some dates it is working fine. For some of date,though I am having a value in the table,still it is not showing the date. Am I missing any thing in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;P&gt;Service:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_Creation_Date&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From Service.xl;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application_Creation_Date&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From Application.xl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point:&lt;/P&gt;&lt;P&gt;Load Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Point_Creation_Date&lt;/P&gt;&lt;P&gt; From Point.xl;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Cal:&lt;/P&gt;&lt;P&gt;Load Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Service;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Application_Creation_Date As Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Application&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Point_Creation_Date As Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Point;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min_max_Date:&lt;/P&gt;&lt;P&gt;Load Min(Service_Creation_Date) As Min_Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Service_Creation_Date) As Max_Date&lt;/P&gt;&lt;P&gt;Resident Temp_Cal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let V_min=Num(Peek('Min_Date','0,'MinmaxDate');&lt;/P&gt;&lt;P&gt;Let V_max=Num(Peek('Max_Date','0','MaxMaxDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Cal_Creation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Date($(V_min)+Rowno()-1) As Cal_Date_Creation&lt;/P&gt;&lt;P&gt;AutoGenerate $(V_max)-$(V_Min)+1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master_Calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Cal_Date_Creation As Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Temp_Cal_Creation;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Tables Temp_Cal_Creation,Min_max_Date,Temp_Cal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 06:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822401#M1045965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T06:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822402#M1045967</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;Try this this is your complete script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_Creation_Date&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From Service.xl;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application_Creation_Date&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From Application.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point:&lt;/P&gt;&lt;P&gt;Load Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Point_Creation_Date&lt;/P&gt;&lt;P&gt;From Point.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Cal:&lt;/P&gt;&lt;P&gt;Load Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Service;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Application_Creation_Date As Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Point_Creation_Date As Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Point;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min_max_Date:&lt;/P&gt;&lt;P&gt;Load Min(Service_Creation_Date) As Min_Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Service_Creation_Date) As Max_Date&lt;/P&gt;&lt;P&gt;Resident Temp_Cal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET V_min = Num(Peek('Min_Date',0,'Min_max_Date'));&lt;/P&gt;&lt;P&gt;Let V_max = Num(Peek('Max_Date',0,'Min_max_Date'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Cal_Creation:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Date($(V_min) + Rowno() - 1) As Cal_Date_Creation&lt;/P&gt;&lt;P&gt;AutoGenerate $(V_max) - $(V_Min) + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master_Calendar:&lt;/P&gt;&lt;P&gt;Load Cal_Date_Creation As Service_Creation_Date&lt;/P&gt;&lt;P&gt;Resident Temp_Cal_Creation;&lt;/P&gt;&lt;P&gt;Drop Tables Temp_Cal_Creation,Min_max_Date,Temp_Cal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822402#M1045967</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-26T08:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822403#M1045968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If I am not wrong, you have updated the variable declaration part. But still I am having the same issue.&lt;/P&gt;&lt;P&gt;For Ex: If I select11/26/2014 from Master calendar even if I have date present at Application table, but those dates are not get selected.&lt;/P&gt;&lt;P&gt;This is my issue. Kindly let me know if you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822403#M1045968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T10:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822404#M1045970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide any sample file or what is min and max date in the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822404#M1045970</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-26T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822405#M1045971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to data sensitivity Iwont be able to share the data. Like&amp;nbsp; any other Date fields, it is just simple Date field.As I said earlier though I am having value in tables,it is not get selected when I am selecting the Dates in Master Calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822405#M1045971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Help</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822406#M1045973</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;Then individually load table one by one and check this dates come or not in the table and then check in the tables after concatenate in the tables for field &lt;STRONG&gt;&lt;EM&gt;Service_Creation_Date&lt;/EM&gt;&lt;/STRONG&gt;. And then load min and max fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can provide any sample file with few records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Help/m-p/822406#M1045973</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-26T11:52:12Z</dc:date>
    </item>
  </channel>
</rss>

