<?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 Not Reading Dat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336798#M845314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this &lt;/P&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;( Num#(PROpenDate) ) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2017 07:46:13 GMT</pubDate>
    <dc:creator>ashok1203</dc:creator>
    <dc:date>2017-04-04T07:46:13Z</dc:date>
    <item>
      <title>Master Calendar Not Reading Date Properly</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336790#M845306</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;Using the Master Calendar to load the date field in the form of Day, Week, Year, etc shows a dash in some records while if I create an additional dimension for that record using the Day(), Week(), or Year(), then it works. Is there something wrong in my script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1491288033006120 jive_text_macro" jivemacro_uid="_1491288033006120"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "OPEN_TIME" as PROpenTime,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date( Floor( "OPEN_TIME" ) ) as PROpenDate;&lt;/P&gt;
&lt;P&gt;SQL SELECT * FROM databasename;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// The Master Calendar&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROpenDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week( PROpenDate ) As PROpenDateWeek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year( PROpenDate ) As PROpenDateYear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month( PROpenDate ) As PROpenDateMonth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day( PROpenDate ) As PROpenDateDay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YeartoDate( PROpenDate )* -1 as PROpenDateCurYTDFlag,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YeartoDate( PROpenDate , -1) * -1 as PROpenDateLastYTDFlag,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date( monthstart( PROpenDate ), 'MMM-YYYY' ) as PROpenDateMonthYear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap( 'QuartersMap' , month( PROpenDate ), Null() ) as PROpenDateQuarter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week( weekstart( PROpenDate ) ) &amp;amp; '-' &amp;amp; WeekYear( PROpenDate ) as PROpenDateWeekYear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay( PROpenDate ) as PROpenDateWeekDay&lt;/P&gt;
&lt;P&gt;Resident themaintable;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample of the outcome:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="158806" alt="qlikview-20170404.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158806_qlikview-20170404.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;You will notice that the second record is working properly while the first one is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response in advance.&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-Not-Reading-Date-Properly/m-p/1336790#M845306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336791#M845307</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;May be in 12 line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;(Date#(PROpenDate, 'DD/MM/YYYY')) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 06:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336791#M845307</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-04-04T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336792#M845308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope.. It's giving me the same results &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336792#M845308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T07:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336793#M845309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Try this &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;(&lt;/SPAN&gt;Date &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800080;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800080;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) ))&amp;nbsp; &lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #f8f8f8; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #f8f8f8; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;Vikas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336793#M845309</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2017-04-04T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336794#M845310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you meant to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; !&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;( &lt;/SPAN&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #800080;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #800080;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;( &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;PROpenDateDay &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;) ) ) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-style: inherit; background-color: #f8f8f8; font-family: Consolas, 'Courier New', Courier, mono, serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Still no luck.. in fact it gave me wrong results even for the correct record, the &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;PROpenDateDay &lt;/SPAN&gt;value showed 30!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336794#M845310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T07:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336795#M845311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry here is the correct statement but still no luck:&lt;/P&gt;&lt;DIV&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;( &lt;/SPAN&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #800080;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #800080;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;( &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;PROpenDate &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;) ) ) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336795#M845311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T07:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336796#M845312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;(trim(PROpenDate)) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336796#M845312</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-04T07:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336797#M845313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working.. it's giving me the same outcome from my original post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336797#M845313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T07:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336798#M845314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this &lt;/P&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;( Num#(PROpenDate) ) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336798#M845314</guid>
      <dc:creator>ashok1203</dc:creator>
      <dc:date>2017-04-04T07:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336799#M845315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try creating it in below load statement and then call it in calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;LOAD&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="string" style="font-style: inherit; font-weight: inherit; color: blue; font-size: 9pt !important;"&gt;"OPEN_TIME"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt; PROpenTime,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;( Floor( &lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;"OPEN_TIME"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; ) ) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; PROpenDate,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;&lt;STRONG&gt;Day&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 9pt !important;"&gt;( Floor( &lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit; color: blue; font-size: 9pt !important;"&gt;"OPEN_TIME"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt;&lt;STRONG&gt; ) ) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt; &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;PROpenDateDay&lt;/SPAN&gt;&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;SQL &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt; * &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt; databasename;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336799#M845315</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-04T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336800#M845316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working and even the correct record stopped working as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336800#M845316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336801#M845317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;( date(Num#(PROpenDate),'&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;DD/MM/YYYY&lt;/SPAN&gt;' )) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f8f8f8;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt; PROpenDateDay,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 08:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336801#M845317</guid>
      <dc:creator>ashok1203</dc:creator>
      <dc:date>2017-04-04T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336802#M845318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's working!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following too but it didn't work. In the calendar, I added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day( Floor( PROpenDate ) ) as PROpenDateDay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why putting in the original load statement works while the second one it doesn't?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 08:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336802#M845318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T08:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336803#M845319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result: both records are not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 08:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336803#M845319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336804#M845320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that PROpenDate is the date field in the fact table too, so it is the key linking the fact to the calendar. It looks likely that there are value of PROpenDate in the fact table that do not exist in the calendar (the first record).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does "OPEN_TIME" cover all possible values of PROpenDate in the fact? I suspect not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test this easily in the table viewer. Find and hover over &lt;SPAN style="font-size: 13.3333330154419px;"&gt;PROpenDate in the calendar table and check that it is a key field (linked to other tables), and that the subset ratio is 100% (so all possible value exist in the calendar table).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 08:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336804#M845320</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-04-04T08:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336805#M845321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes PROpenDate is the date field in the fact table and it is the key linking the fact to the calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to follow your advice and here is what I found:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview-20170404-001.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158823_qlikview-20170404-001.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The "OPEN_TIME" has null values against the PROpenDate although both of them are getting the data from the same field name.&lt;/LI&gt;&lt;LI&gt;When I selected the value of 10/07/2014 in the PROpenDate, it showed me to records in the bottom table and one record in the upper one. Strange!&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 09:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336805#M845321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T09:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336806#M845322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, what could be the exact reason, but instead directly taking resident try to create calendar based on min and max date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MinMax:&lt;/P&gt;&lt;P&gt;LOAD min(&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;PROpenDate&lt;/SPAN&gt;) as MinDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;PROpenDate&lt;/SPAN&gt;) as MaxDate&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;themaintable&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMinDate = peek('&lt;SPAN style="font-size: 13.3333px;"&gt;MinDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-size: 13.3333px;"&gt;MinMax&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;let vMaxDate = peek('&lt;SPAN style="font-size: 13.3333px;"&gt;MaxDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;',0,'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MinMax&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Calendar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;week( PROpenDate ) As PROpenDateWeek, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year( PROpenDate ) As PROpenDateYear, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month( PROpenDate ) As PROpenDateMonth, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day( PROpenDate ) As PROpenDateDay, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YeartoDate( PROpenDate )* -1 as PROpenDateCurYTDFlag, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YeartoDate( PROpenDate , -1) * -1 as PROpenDateLastYTDFlag, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date( monthstart( PROpenDate ), 'MMM-YYYY' ) as PROpenDateMonthYear, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap( 'QuartersMap' , month( PROpenDate ), Null() ) as PROpenDateQuarter, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week( weekstart( PROpenDate ) ) &amp;amp; '-' &amp;amp; WeekYear( PROpenDate ) as PROpenDateWeekYear, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay( PROpenDate ) as PROpenDateWeekDay;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD date($(&lt;SPAN style="font-size: 13.3333px;"&gt;vMinDate&lt;/SPAN&gt;)+iterno()-1) as &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;PROpenDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;autogenerate 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;While &lt;SPAN style="font-size: 13.3333px;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vMinDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)+iterno()-1&lt;/SPAN&gt; &amp;lt;= &lt;SPAN style="font-size: 13.3333px;"&gt;$(&lt;SPAN style="font-size: 13.3333px;"&gt;vMaxDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 10:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336806#M845322</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-04T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336807#M845323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not base my calendar on OPEN_TIME. Rather use the suggestion above by &lt;A href="https://community.qlik.com/qlik-users/57428"&gt;kush141087&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 10:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336807#M845323</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-04-04T10:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336808#M845324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/57428"&gt;kush141087&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied your code into my script. The result doesn't seem to be correct:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview-20170405-001.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158995_qlikview-20170405-001.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 06:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336808#M845324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T06:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Not Reading Dat</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336809#M845325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share sample, so that it will be easy to catch the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 07:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-Not-Reading-Date-Properly/m-p/1336809#M845325</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-05T07:04:48Z</dc:date>
    </item>
  </channel>
</rss>

