<?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: What is going on with my Master Calendar? Incorrect Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575431#M456779</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for you to share sample qvw file it is very hard to look for the solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kushal&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 09:24:57 GMT</pubDate>
    <dc:creator>kushalthakral</dc:creator>
    <dc:date>2019-05-01T09:24:57Z</dc:date>
    <item>
      <title>What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575356#M456778</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have posted a couple questions that are centered around my dates in my expressions. I now realize I think my master calendar is messed up. I have two dates that I have linked together and created a master calendar please see below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Calendar.PNG" style="width: 635px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11241i4473864CF78A246C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Calendar.PNG" alt="Calendar.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed when I went to select month of Jan to see how many BIDS and JOBS were in the month of Jan I noticed the Date field is all messed up.&amp;nbsp; How do I fix this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table.PNG" style="width: 543px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11242iEC093998FBC3C463/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table.PNG" alt="Table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my Calendar Script&amp;nbsp;&lt;/P&gt;&lt;P&gt;DateLink:&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;estimatenumber,&lt;BR /&gt;Date(entrydate,'DD-MM-YYYY') as Date,&lt;BR /&gt;'Entry' as DateType&lt;BR /&gt;Resident Estimate&lt;BR /&gt;//WHERE rewarddate &amp;lt;&amp;gt; null()&lt;BR /&gt;;&lt;BR /&gt;Concatenate(DateLink)&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;estimatenumber,&lt;BR /&gt;Date(rewarddate,'DD-MM-YYYY') as Date,&lt;BR /&gt;'Reward' as DateType&lt;BR /&gt;Resident Estimate&lt;BR /&gt;Where rewarddate &amp;lt;&amp;gt; null()&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Minmaxdates:&lt;BR /&gt;LOAD&lt;BR /&gt;min([Date]) as mindate,&lt;BR /&gt;max([Date]) as maxdate&lt;BR /&gt;Resident [DateLink];&lt;/P&gt;&lt;P&gt;Let vMinDate = Num(Peek('mindate',0,'minmaxdates'));&lt;BR /&gt;Let vMaxDate = Num(Peek('maxdate',0,'minmaxdates'));&lt;/P&gt;&lt;P&gt;DROP table Minmaxdates;&lt;/P&gt;&lt;P&gt;DateRanges:&lt;BR /&gt;LOAD&lt;BR /&gt;$(vMinDate) + IterNo()-1 as dateNum,&lt;BR /&gt;Date($(vMinDate) + IterNo()-1) as Date&lt;BR /&gt;AutoGenerate 1 While $(vMinDate) + IterNo()-1 &amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;BR /&gt;LOAD&lt;BR /&gt;Date as [Date],&lt;BR /&gt;Day(Date) as Day,&lt;BR /&gt;Week(Date) as Week,&lt;BR /&gt;Month(Date) as Month,&lt;BR /&gt;'Q' &amp;amp; Ceil(Month(Date)/3) as Quarter,&lt;BR /&gt;Year(Date) as Year&lt;BR /&gt;Resident DateRanges Order by Date asc;&lt;BR /&gt;&lt;BR /&gt;DROP Tables DateRanges;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575356#M456778</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2024-11-16T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575431#M456779</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for you to share sample qvw file it is very hard to look for the solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kushal&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 09:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575431#M456779</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2019-05-01T09:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575459#M456780</link>
      <description>&lt;P&gt;Something is not adding up here... if this is the script you are using... then the first row should never happen&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 664px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11262iE14CDDB472B8CE2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Because when the DataType = 'Entry', then Date and entrydate should match, but in your case, Date is matching rewarddate.... can you double/triple check your script to make sure that it is what you have shared?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 11:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575459#M456780</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575486#M456781</link>
      <description>No that is my script. Could it be because the both dates are from the same table?</description>
      <pubDate>Wed, 01 May 2019 13:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575486#M456781</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-05-01T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575490#M456782</link>
      <description>&lt;P&gt;As far as I understand Qlik, it can't unless you have found a way to break the logic :). Jokes apart, may be share the logfile.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 13:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575490#M456782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575542#M456783</link>
      <description>&lt;P&gt;Is this enough data? I shared some of the report not everything but it has enough data to work with the master calendar. Let me know if it isn't enough. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 15:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575542#M456783</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-05-01T15:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575543#M456784</link>
      <description>&lt;P&gt;The shared dashboard have no data at all.. Can you share&amp;nbsp;PBDRapidTEST.xlsx?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 15:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575543#M456784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T15:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575548#M456785</link>
      <description>&lt;P&gt;Sorry! Don't know what happened there!&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 16:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575548#M456785</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-05-01T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575551#M456786</link>
      <description>&lt;P&gt;I think your key (estimatenumber) alone is not good enough... I added arsalesname to the key and it looks better.... but you might need to add more fields to make the connection unique between your data and datelink table&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 16:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575551#M456786</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T16:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575556#M456787</link>
      <description>&lt;P&gt;Sorry, I forgot to attach the dashboard&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 16:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575556#M456787</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T16:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575562#M456788</link>
      <description>&lt;P&gt;Thanks!!! It looks better! But I am still confused. In this table below I should only be showing BID that happened in January and JOBs in January. Bid are based of the entry date. But there are entrydates that are in December and are showing up after I have selected January. Am I missing something? &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11267iFB5770454046620D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table.PNG" alt="Table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 16:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575562#M456788</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2019-05-01T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is going on with my Master Calendar? Incorrect Dates</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575568#M456789</link>
      <description>&lt;P&gt;Like I said, a better key is needed... try this&lt;/P&gt;&lt;P&gt;DateLink:&lt;BR /&gt;LOAD arsalesname,&lt;BR /&gt;estimatenumber,&lt;BR /&gt;rewarddate,&lt;BR /&gt;entrydate,&lt;BR /&gt;Date(rewarddate,'DD-MM-YYYY') as Date,&lt;BR /&gt;'Reward' as DateType&lt;BR /&gt;Resident Estimate&lt;BR /&gt;Where rewarddate &amp;lt;&amp;gt; '-';&lt;/P&gt;&lt;P&gt;Concatenate(DateLink)&lt;BR /&gt;LOAD arsalesname,&lt;BR /&gt;estimatenumber,&lt;BR /&gt;rewarddate,&lt;BR /&gt;entrydate,&lt;BR /&gt;Date(entrydate,'DD-MM-YYYY') as Date,&lt;BR /&gt;'Entry' as DateType&lt;BR /&gt;Resident Estimate&lt;BR /&gt;Where entrydate &amp;lt;&amp;gt; '-';&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 17:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-going-on-with-my-Master-Calendar-Incorrect-Dates/m-p/1575568#M456789</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T17:04:17Z</dc:date>
    </item>
  </channel>
</rss>

