<?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 for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55109#M9156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MainTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Sr.No.,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bank Name],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ATMs Onsite],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ATMs Offsite],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [POS Online],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [POS Offline],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREDITCARD Transactions Through ATMs (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREDITCARD Transactions Through POS (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DEBITCARD Transactions Through ATMs (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DEBITCARD Transactions Through POS (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(Year, Month,'01') as %Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop fields Year, Month from MainTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Temp:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(%Date) as MaxDate,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(%Date) as MinDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;MainTable&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vMaxDate = Floor(YearEnd(Peek('MaxDate',-1,'Temp')));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vMinDate = Floor(YearStart(Peek('MinDate',-1,'Temp')));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calendar:&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;&amp;nbsp; DateNum as %Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Month(DateNum) as Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Week(DateNum) as Week,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(DateNum)/3) as Quarter,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Year(DateNum) as Year;&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;&amp;nbsp; $(vMinDate) + IterNo() - 1 as DateNum&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoGenerate 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;While $(vMinDate) + IterNo() - 1 &amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 10:02:04 GMT</pubDate>
    <dc:creator>niclaz79</dc:creator>
    <dc:date>2018-03-20T10:02:04Z</dc:date>
    <item>
      <title>Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55105#M9152</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;I am new to qlikview&lt;/P&gt;&lt;P&gt;I have only&amp;nbsp; Year &amp;amp; Month Columns in excel file like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="2016"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="64"&gt;Year&lt;/TD&gt;&lt;TD class="xl67" width="79"&gt;Month&lt;/TD&gt;&lt;TD class="xl66" width="274"&gt;Bank Name&lt;/TD&gt;&lt;TD class="xl66" width="85"&gt;ATMs Onsite&lt;/TD&gt;&lt;TD class="xl66" width="87"&gt;ATMs Offsite&lt;/TD&gt;&lt;TD class="xl66" width="77"&gt;POS Online&lt;/TD&gt;&lt;TD class="xl66" width="79"&gt;POS Offline&lt;/TD&gt;&lt;TD class="xl66" width="327"&gt;CREDITCARD Transactions Through ATMs (Millions)&lt;/TD&gt;&lt;TD class="xl66" width="317"&gt;CREDITCARD Transactions Through POS (Millions)&lt;/TD&gt;&lt;TD class="xl66" width="318"&gt;DEBITCARD Transactions Through ATMs (Millions)&lt;/TD&gt;&lt;TD class="xl66" width="309"&gt;DEBITCARD Transactions Through POS (Millions)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Months are in string format like : January, February,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is: how can i show the "Quarters", "Weeks", "Weekdays" in my qlikview file this is an urgent requirement any default thing is there can any one explain me briefly and how can i show present/latest Quarter details defaulty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i am using Desktop addition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&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;B V S Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55105#M9152</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-20T07:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55106#M9153</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;You need to create a master calendar based on your current dates. Suggestion is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(Year, Month,'01') as %Date&lt;/P&gt;&lt;P&gt;Resident &lt;EM&gt;YourTable&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table &lt;EM&gt;YourTable&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop fields Year, Month from DataTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(%Date) as MaxDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(%Date) as MinDate&lt;/P&gt;&lt;P&gt;Resident &lt;EM&gt;DataTable&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMaxDate = Floor(YearEnd(Peek('MaxDate',-1,'Temp')));&lt;/P&gt;&lt;P&gt;let vMinDate = Floor(YearStart(Peek('MinDate',-1,'Temp')));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; DateNum as %Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(DateNum) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week(DateNum) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(DateNum)/3) as Quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(DateNum) as Year;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vMinDate) + IterNo() - 1 as DateNum&lt;/P&gt;&lt;P&gt;AutoGenerate 1&lt;/P&gt;&lt;P&gt;While $(vMinDate) + IterNo() - 1 &amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now you should have a Calendar Table linking by %Date that includes Year, Month, Week and Quarter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 08:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55106#M9153</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-03-20T08:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55107#M9154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the point including weeks and days if your source data only has years and months?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 08:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55107#M9154</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-20T08:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55108#M9155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niclas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the my script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MainTable:&lt;/P&gt;&lt;P&gt;LOAD Sr.No., &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bank Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ATMs Onsite], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ATMs Offsite], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [POS Online], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [POS Offline], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREDITCARD Transactions Through ATMs (Millions)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREDITCARD Transactions Through POS (Millions)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DEBITCARD Transactions Through ATMs (Millions)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DEBITCARD Transactions Through POS (Millions)]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now can you modify what you gave the script for this because i am confusing when loading time it is showing error. may be i think naming is the problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should i change the name in that script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Excel Sheet Name is:&lt;SPAN style="font-size: 13.3333px;"&gt;ATM &amp;amp; POS Statstics For 2016 &amp;amp; 2017&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Don't mind, Please help me out from this&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you in advance&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;B V S Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 09:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55108#M9155</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-20T09:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55109#M9156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MainTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Sr.No.,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bank Name],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ATMs Onsite],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ATMs Offsite],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [POS Online],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [POS Offline],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREDITCARD Transactions Through ATMs (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREDITCARD Transactions Through POS (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DEBITCARD Transactions Through ATMs (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DEBITCARD Transactions Through POS (Millions)],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(Year, Month,'01') as %Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop fields Year, Month from MainTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Temp:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(%Date) as MaxDate,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(%Date) as MinDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;MainTable&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vMaxDate = Floor(YearEnd(Peek('MaxDate',-1,'Temp')));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vMinDate = Floor(YearStart(Peek('MinDate',-1,'Temp')));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calendar:&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;&amp;nbsp; DateNum as %Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Month(DateNum) as Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Week(DateNum) as Week,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(DateNum)/3) as Quarter,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Year(DateNum) as Year;&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;&amp;nbsp; $(vMinDate) + IterNo() - 1 as DateNum&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoGenerate 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;While $(vMinDate) + IterNo() - 1 &amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55109#M9156</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-03-20T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55110#M9157</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: 12px; background-color: #f2f2f2;"&gt;Hi Niclas,&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: 12px; background-color: #f2f2f2;"&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: 12px; background-color: #f2f2f2;"&gt;I tried this script but i got these errors one by one....... can you check once please&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196819_Error.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/196829_Error2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/196830_Error3.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55110#M9157</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-20T10:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55111#M9158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a small adjustment to the script. Please try again. The error you see was a naming issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have errors, please attach the application and I will fix it. It's very hard to trouble-shoot like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55111#M9158</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-03-20T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55112#M9159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also modified but errors are coming,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; Desktop Edition and can you tell me how to attach the application to you in this thread&lt;/P&gt;&lt;P&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: 12px; background-color: #f2f2f2;"&gt;Thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55112#M9159</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-20T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55113#M9160</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;Attach the qvf-file as an attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55113#M9160</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-03-20T10:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55114#M9161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to attach the file, here i am not able to see the insert attachment option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55114#M9161</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-20T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55115#M9162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 11:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55115#M9162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-20T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55116#M9163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can attach a file or document by selecting the use advanced editor option on right top &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the screen for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="attachment in Qlik community.png" class="jive-image image-1" src="/legacyfs/online/196857_attachment in Qlik community.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 12:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55116#M9163</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-03-20T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55117#M9164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open your thread in new window then you can able to see the option in reply with use advanced editor option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 10:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55117#M9164</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-21T10:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55118#M9165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how to close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 11:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55118#M9165</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-21T11:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55119#M9166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 11:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55119#M9166</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-21T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar for Quarter, Week &amp; Weekdays with year &amp; Month Columns Only</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55120#M9167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi Niclas,&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;Thank you very much for giving the script. It is working perfectly&lt;BR /&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;SPAN style="font-size: 13.3333px;"&gt;and one more small query if we have date column how can we write the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 11:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-for-Quarter-Week-Weekdays-with-year-Month/m-p/55120#M9167</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-21T11:27:38Z</dc:date>
    </item>
  </channel>
</rss>

