<?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 in Creating Calender in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83340#M784138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the vMin could be simplified using yearstart() parameter perhaps like:&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: 13.3333px;"&gt;let vMIN = num(YearStart(Today(),-1));&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2018 05:29:53 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-03-10T05:29:53Z</dc:date>
    <item>
      <title>Error in Creating Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83338#M784136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit silly but can anyone help in getting what's wrong with below script. I only want to use rowno()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMIN = num(AddYears(YearStart(Today()),-1));&lt;/P&gt;&lt;P&gt;let vMAX= num(YearStart(Today()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calender:load&lt;/P&gt;&lt;P&gt;Date($(vMIN)+RowNo()+1) as Temp_Date&lt;/P&gt;&lt;P&gt;AutoGenerate&lt;/P&gt;&lt;P&gt;$(vMIN)+RowNo()&amp;lt; $(vMAX);&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-in-Creating-Calender/m-p/83338#M784136</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Creating Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83339#M784137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;let vMIN = num(AddYears(YearStart(Today()),-1));&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;let vMAX= num(YearStart(Today()));&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Calender:&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;load&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;Date($(vMIN)+RowNo()+1) as Temp_Date&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;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;($(vMAX) - $(vMIN) + 1);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 05:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83339#M784137</guid>
      <dc:creator>shilpan</dc:creator>
      <dc:date>2018-03-10T05:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Creating Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83340#M784138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the vMin could be simplified using yearstart() parameter perhaps like:&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: 13.3333px;"&gt;let vMIN = num(YearStart(Today(),-1));&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 05:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83340#M784138</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-03-10T05:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Creating Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83341#M784139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 06:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83341#M784139</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-10T06:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Creating Calender</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83342#M784140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 06:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Creating-Calender/m-p/83342#M784140</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-10T06:29:22Z</dc:date>
    </item>
  </channel>
</rss>

