<?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: Error While loading Master Calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341942#M837423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Cheked it. The Table name is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 04:13:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-26T04:13:37Z</dc:date>
    <item>
      <title>Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341939#M837420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am connected to my database and trying to load master calendar. But while loading i am getting error as &lt;SPAN style="color: #ff6600;"&gt;"Member Table Not found".&lt;/SPAN&gt; Below is the script which i am loading.Is there any mistake in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateTemp:&lt;/P&gt;&lt;P&gt;LOAD min(MakeDate(Year(registrationdate),Month(registrationdate),Day(registrationdate))) as Temp_Date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Member;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD max(MakeDate(Year(registrationdate),Month(registrationdate),Day(registrationdate))) as Temp_Date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Member;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD min(MakeDate(Year(transactiondatetime),Month(transactionDateTime),Day(transactiondatetime)))as Temp_Date&lt;/P&gt;&lt;P&gt;Resident transaction;&lt;/P&gt;&lt;P&gt;LOAD max(MakeDate(Year(transactiondatetime),Month(transactiondatetime),Day(transactiondatetime)))as Temp_Date&lt;/P&gt;&lt;P&gt;Resident transaction;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*Creating Master calendar */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QuartersMap:&amp;nbsp; &lt;/P&gt;&lt;P&gt;MAPPING LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;rowno() as Month,&amp;nbsp; &lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil (rowno()/3) as Quarter&amp;nbsp; &lt;/P&gt;&lt;P&gt;AUTOGENERATE (12);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Temp:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;min(Temp_Date) as minDate,&amp;nbsp; &lt;/P&gt;&lt;P&gt;max(Temp_Date) as maxDate&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident DateTemp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Let varMinDate = Num(Peek('minDate', 0, 'Temp'));&amp;nbsp; &lt;/P&gt;&lt;P&gt;Let varMaxDate = Num(Peek('maxDate', 0, 'Temp'));&amp;nbsp; &lt;/P&gt;&lt;P&gt;// DROP Table Temp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;TempCalendar:&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;$(varMinDate) + Iterno()-1 As Num,&amp;nbsp; &lt;/P&gt;&lt;P&gt;Date($(varMinDate) + IterNo() - 1) as TempDate&amp;nbsp; &lt;/P&gt;&lt;P&gt;AutoGenerate 1 While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCalendarDaily:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;Recno()as DataWeekNo,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; TempDate as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(TempDate-29) as RollStart,&lt;/P&gt;&lt;P&gt;&amp;nbsp; TempDate as RollEnd,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(TempDate) As Year,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(TempDate) As Month,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Day(TempDate) As Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp; WeekDay(TempDate)As weekday&lt;/P&gt;&lt;P&gt;Resident TempCalendar&amp;nbsp; &lt;/P&gt;&lt;P&gt;Order By TempDate ASC;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table TempCalendar;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DROP Table Temp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Drop table DateTemp;&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/Error-While-loading-Master-Calendar/m-p/1341939#M837420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341940#M837421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check whether &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Member table &lt;/STRONG&gt;name correct or not ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341940#M837421</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-26T04:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341941#M837422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341941#M837422</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-26T04:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341942#M837423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Cheked it. The Table name is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341942#M837423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T04:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341943#M837424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share sample app...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will better to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341943#M837424</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-26T04:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341944#M837425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the complete script. Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; Clientnumberphonenumber,clientstatus,registrationdate as Date,registrationstorelocation,gender,dateofbirth;&lt;/P&gt;&lt;P&gt;sql select Clientnumberphonenumber,clientstatus,registrationdate,registrationstorelocation,gender,dateofbirth from [dbo].[Member];&lt;/P&gt;&lt;P&gt;load translip,clientnumberphonenumber,storelocation,Date;&lt;/P&gt;&lt;P&gt;sql select translip,clientnumberphonenumber,storelocation,transactiondatetime as Date from dbo.transaction where transactiondatetime&amp;gt;='01-Apr-2014 00:00:00' and transactiondatetime&amp;lt;='30-Apr-2014 23:59:59';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateTemp:&lt;/P&gt;&lt;P&gt;LOAD min(MakeDate(Year(registrationdate),Month(registrationdate),Day(registrationdate))) as Temp_Date&lt;/P&gt;&lt;P&gt;Resident [Member];&lt;/P&gt;&lt;P&gt;LOAD max(MakeDate(Year(registrationdate),Month(registrationdate),Day(registrationdate))) as Temp_Date&lt;/P&gt;&lt;P&gt;Resident [Member];&lt;/P&gt;&lt;P&gt;LOAD min(MakeDate(Year(transactiondatetime),Month(transactionDateTime),Day(transactiondatetime)))as Temp_Date&lt;/P&gt;&lt;P&gt;Resident [transaction];&lt;/P&gt;&lt;P&gt;LOAD max(MakeDate(Year(transactiondatetime),Month(transactiondatetime),Day(transactiondatetime)))as Temp_Date&lt;/P&gt;&lt;P&gt;Resident [transaction];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*Creating Master calendar */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QuartersMap:&amp;nbsp; &lt;/P&gt;&lt;P&gt;MAPPING LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;rowno() as Month,&amp;nbsp; &lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil (rowno()/3) as Quarter&amp;nbsp; &lt;/P&gt;&lt;P&gt;AUTOGENERATE (12);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Temp:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;min(Temp_Date) as minDate,&amp;nbsp; &lt;/P&gt;&lt;P&gt;max(Temp_Date) as maxDate&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident DateTemp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Let varMinDate = Num(Peek('minDate', 0, 'Temp'));&amp;nbsp; &lt;/P&gt;&lt;P&gt;Let varMaxDate = Num(Peek('maxDate', 0, 'Temp'));&amp;nbsp; &lt;/P&gt;&lt;P&gt;// DROP Table Temp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;TempCalendar:&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;$(varMinDate) + Iterno()-1 As Num,&amp;nbsp; &lt;/P&gt;&lt;P&gt;Date($(varMinDate) + IterNo() - 1) as TempDate&amp;nbsp; &lt;/P&gt;&lt;P&gt;AutoGenerate 1 While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCalendarDaily:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;Recno()as DataWeekNo,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; TempDate as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(TempDate-29) as RollStart,&lt;/P&gt;&lt;P&gt;&amp;nbsp; TempDate as RollEnd,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(TempDate) As Year,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(TempDate) As Month,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Day(TempDate) As Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp; WeekDay(TempDate)As weekday&lt;/P&gt;&lt;P&gt;Resident TempCalendar&amp;nbsp; &lt;/P&gt;&lt;P&gt;Order By TempDate ASC;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table TempCalendar;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Temp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table DateTemp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341944#M837425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T04:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341945#M837426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Member]:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clientnumberphonenumber,clientstatus,registrationdate as Date,registrationstorelocation,gender,dateofbirth;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sql select Clientnumberphonenumber,clientstatus,registrationdate,registrationstorelocation,gender,dateofbirth from [dbo].[Member];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[transaction]:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load translip,clientnumberphonenumber,storelocation,Date;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sql select translip,clientnumberphonenumber,storelocation,transactiondatetime as Date from dbo.transaction where transactiondatetime&amp;gt;='01-Apr-2014 00:00:00' and transactiondatetime&amp;lt;='30-Apr-2014 23:59:59';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341945#M837426</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-26T04:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341946#M837427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great !! It worked out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341946#M837427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T04:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341947#M837428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check here you have to replace for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;registrationdate to Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;LOAD min(MakeDate(Year(&lt;STRONG&gt;Date&lt;/STRONG&gt;),Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;),Day(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;))) as Temp_Date&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;BR /&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;BR /&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;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341947#M837428</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-26T04:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error While loading Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341948#M837429</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;BR /&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;if you get right answer then p&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;lease mark right answer and close the thread .&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;BR /&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;It will helpful for other members.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 04:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-While-loading-Master-Calendar/m-p/1341948#M837429</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-26T04:41:56Z</dc:date>
    </item>
  </channel>
</rss>

