<?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: calender in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calender/m-p/810757#M1040400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use the calendar end date defined by&lt;/P&gt;&lt;P&gt;LET vEndDate = num(AddMonths(YearEnd($(vTodaysDate)), 12)); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 04:02:11 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2014-12-11T04:02:11Z</dc:date>
    <item>
      <title>calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/810756#M1040399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to create calender for including next year....&lt;/P&gt;&lt;P&gt;My code is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vTodaysDate = num(Today());&lt;/P&gt;&lt;P&gt;LET vStartDate = num(AddMonths(YearStart($(vTodaysDate)),&amp;nbsp; -4 * 12));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vEndDate = num(YearEnd($(vTodaysDate)));&lt;/P&gt;&lt;P&gt;LET NumberOfDays = num(YearEnd($(vTodaysDate))) - $(vStartDate) + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;LOAD Max(Date) AS Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(STAGE1_TRANSACTION_DATE_QVD_PATH)Date_DAILYSALES.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDate=Floor(Num(Peek('Date',0,Date)));&lt;/P&gt;&lt;P&gt;Drop Table Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reply soon...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 03:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/810756#M1040399</guid>
      <dc:creator />
      <dc:date>2014-12-11T03:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/810757#M1040400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use the calendar end date defined by&lt;/P&gt;&lt;P&gt;LET vEndDate = num(AddMonths(YearEnd($(vTodaysDate)), 12)); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 04:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/810757#M1040400</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-12-11T04:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/810758#M1040401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Min(Date) AS MinDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(STAGE1_TRANSACTION_DATE_QVD_PATH)Date_DAILYSALES.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxDate=AddMonth(Today(), 12);&lt;/P&gt;&lt;P&gt;LET vMinDate=Peek('MinDate',0,Date);&lt;/P&gt;&lt;P&gt;Drop Table Date;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 04:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/810758#M1040401</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-12-11T04:08:48Z</dc:date>
    </item>
  </channel>
</rss>

