<?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 Never ending script execution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421418#M156946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am quite new with qvw, I have tried to create a master calendar to show only years from 2008 to 2030. Following instructions I've found in the community I managed to set it up but when I hit RELOAD the script runs for more than 10mins while the AUTOGENERATE (1) stops at 187.876.841.&lt;/P&gt;&lt;P&gt;should I start thos from scratch?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Feb 2013 07:43:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-09T07:43:45Z</dc:date>
    <item>
      <title>Never ending script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421418#M156946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am quite new with qvw, I have tried to create a master calendar to show only years from 2008 to 2030. Following instructions I've found in the community I managed to set it up but when I hit RELOAD the script runs for more than 10mins while the AUTOGENERATE (1) stops at 187.876.841.&lt;/P&gt;&lt;P&gt;should I start thos from scratch?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 07:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421418#M156946</guid>
      <dc:creator />
      <dc:date>2013-02-09T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Never ending script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421419#M156947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;// Calender&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateMin = Num(MakeDate(2008,1,1)); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateMax = Floor(MakeDate(2030,12,31)); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateToday = Num(Today()); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempCalendar: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vDateMin) + RowNo() - 1 AS DateNumber, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date($(vDateMin) + RowNo() - 1) AS TempDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTOGENERATE 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHILE $(vDateMin)+IterNo()-1&amp;lt;= $(vDateMax); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Calender:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(TempDate,'DD-MM-YYYY' ) AS CalendarDate, &lt;/P&gt;&lt;P&gt;Year(TempDate) AS CalendarYear&lt;/P&gt;&lt;P&gt;RESIDENT TempCalendar ORDER BY TempDate ASC; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TempCalendar;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 08:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421419#M156947</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-02-09T08:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Never ending script execution</title>
      <link>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421420#M156948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ity worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Never-ending-script-execution/m-p/421420#M156948</guid>
      <dc:creator />
      <dc:date>2013-02-09T08:06:29Z</dc:date>
    </item>
  </channel>
</rss>

