<?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: Is there a simple formula to create a dynamic calendar? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796069#M281254</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;something like this&lt;BR /&gt; Calendar:&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Date&lt;/SPAN&gt;,&lt;BR /&gt; 'Week ' &amp;amp; &lt;SPAN style="color: #941100;"&gt;Week&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Week&lt;/SPAN&gt;;&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;Today&lt;/SPAN&gt;())+&lt;SPAN style="color: #0433ff;"&gt;RecNo&lt;/SPAN&gt;()) &lt;SPAN style="color: #0433ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Date&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;FLOOR&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;RecNo&lt;/SPAN&gt;()/7)+1 &lt;SPAN style="color: #0433ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Week&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;autogenerate&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;('01/01/2015')- &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;Today&lt;/SPAN&gt;())-1&lt;BR /&gt;&amp;nbsp; ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 04:48:57 GMT</pubDate>
    <dc:creator>SergeyMak</dc:creator>
    <dc:date>2014-11-10T04:48:57Z</dc:date>
    <item>
      <title>Is there a simple formula to create a dynamic calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796068#M281253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where week 1 = 11/9 to 11/15, week 2 = 11/16 to 11/22, week 3 = 11/23 to 11/29 and so forth... and the calendar will update automatically based on today's date (ie in 7 days week 1 = 11/16 to 11/22)???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 04:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796068#M281253</guid>
      <dc:creator />
      <dc:date>2014-11-10T04:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a simple formula to create a dynamic calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796069#M281254</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;something like this&lt;BR /&gt; Calendar:&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Date&lt;/SPAN&gt;,&lt;BR /&gt; 'Week ' &amp;amp; &lt;SPAN style="color: #941100;"&gt;Week&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Week&lt;/SPAN&gt;;&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;Today&lt;/SPAN&gt;())+&lt;SPAN style="color: #0433ff;"&gt;RecNo&lt;/SPAN&gt;()) &lt;SPAN style="color: #0433ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Date&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;FLOOR&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;RecNo&lt;/SPAN&gt;()/7)+1 &lt;SPAN style="color: #0433ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #941100;"&gt;Week&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0433ff;"&gt;autogenerate&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;('01/01/2015')- &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0433ff;"&gt;Today&lt;/SPAN&gt;())-1&lt;BR /&gt;&amp;nbsp; ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 04:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796069#M281254</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-10T04:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a simple formula to create a dynamic calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796070#M281255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use this as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Calendar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Date(TempDate) As Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Year(TempDate) As Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Year(YearStart(TempDate, 0, 4)) As FY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Month(TempDate) As Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Dual(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Text(Month(TempDate)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Num(Month(MonthStart(TempDate, -3)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;) As Period,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Date(MonthStart(TempDate), 'YYYY-MM') as YearMonth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Dual(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Year(YearStart(TempDate, 0, 4)) &amp;amp; '-'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;&amp;amp; Num(Month(MonthStart(TempDate, -3)), '00'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;MonthStart(TempDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;) As FYPeriod&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;RecNo()-1+Floor(MakeDate(2012)) As TempDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;AutoGenerate(730);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'CourierStd','serif'; color: black;"&gt;Chinna&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-simple-formula-to-create-a-dynamic-calendar/m-p/796070#M281255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T05:08:18Z</dc:date>
    </item>
  </channel>
</rss>

