<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683639#M1085254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create another master calendar table see the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Period&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Calendar.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasaterCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Period,&lt;/P&gt;&lt;P&gt;Year(Date#(Right(Period,4),'YYYY')) as Year,&lt;/P&gt;&lt;P&gt;Month(Date#(Capitalize(Left(Period,3)),'MMM')) as Month,&lt;/P&gt;&lt;P&gt;MonthName(MakeDate(Year(Date#(Right(Period,4),'YYYY')), Month(Date#(Capitalize(Left(Period,3)),'MMM')))) AS MonthYear&lt;/P&gt;&lt;P&gt;Resident Source;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 06:42:46 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-16T06:42:46Z</dc:date>
    <item>
      <title>Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683637#M1085250</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;How can i create master calendar, if i have onlly this data?&amp;nbsp; i need year, yearmonth dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683637#M1085250</guid>
      <dc:creator />
      <dc:date>2014-06-16T06:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683638#M1085253</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;BR /&gt;Use the below code.&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Period,&lt;/P&gt;&lt;P&gt;Date(Date#(Period,'MMM YYYY')) as Date,&lt;/P&gt;&lt;P&gt;year(Date#(Period,'MMM YYYY')) as Year,&lt;/P&gt;&lt;P&gt;MonthName(Date#(Period,'MMM YYYY')) as Month_Year&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Calendar.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683638#M1085253</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-16T06:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683639#M1085254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create another master calendar table see the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Period&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Calendar.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasaterCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Period,&lt;/P&gt;&lt;P&gt;Year(Date#(Right(Period,4),'YYYY')) as Year,&lt;/P&gt;&lt;P&gt;Month(Date#(Capitalize(Left(Period,3)),'MMM')) as Month,&lt;/P&gt;&lt;P&gt;MonthName(MakeDate(Year(Date#(Right(Period,4),'YYYY')), Month(Date#(Capitalize(Left(Period,3)),'MMM')))) AS MonthYear&lt;/P&gt;&lt;P&gt;Resident Source;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683639#M1085254</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-16T06:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Master calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683640#M1085255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 06:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-calendar/m-p/683640#M1085255</guid>
      <dc:creator />
      <dc:date>2014-06-16T06:58:41Z</dc:date>
    </item>
  </channel>
</rss>

