<?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: Iteration? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726276#M1069364</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 can try something below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to Date(Today(),'DD/MM/YYYY')-(Date+Interval)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Next i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't understood your statement. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(Date+ Interval) + Interval ) &lt;/SPAN&gt;for next check date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 06:38:38 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2014-08-22T06:38:38Z</dc:date>
    <item>
      <title>Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726275#M1069363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a field 'Date' and Interval which determines my Next_Check_Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Interval(days)&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;20/5/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;21/5/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;22/5/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to apply the following logic to find out my Next_Check_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for(Date+Interval&amp;lt;today(),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Date+ Interval) + Interval ) and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give my Next_Check_Date,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726275#M1069363</guid>
      <dc:creator />
      <dc:date>2014-08-22T06:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726276#M1069364</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 can try something below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to Date(Today(),'DD/MM/YYYY')-(Date+Interval)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Next i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't understood your statement. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(Date+ Interval) + Interval ) &lt;/SPAN&gt;for next check date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726276#M1069364</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-08-22T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726277#M1069365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try something like this&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date + (Interval * iterNo()) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Next_Check_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM .....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;While (Date + (Interval * iterNo())) &amp;lt; Today();&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726277#M1069365</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-08-22T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726278#M1069366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll Explain, My Date Values should keep on incrementing according to the Intervals until it crosses the current date.&lt;/P&gt;&lt;P&gt;Hope its understood.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;sushil rathore wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can try something below&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;for i=0 to Date(Today(),'DD/MM/YYYY')-(Date+Interval)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;..&lt;/P&gt;
&lt;P&gt;Next i;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;didn't understood your statement. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(Date+ Interval) + Interval ) &lt;/SPAN&gt;for next check date.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Sushil&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726278#M1069366</guid>
      <dc:creator />
      <dc:date>2014-08-22T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726279#M1069367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ur logic is exactly what i want But its not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726279#M1069367</guid>
      <dc:creator />
      <dc:date>2014-08-22T07:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726280#M1069368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your script? So that I can take a look for the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726280#M1069368</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-08-22T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726281#M1069369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just took a sample , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Int:&lt;/P&gt;&lt;P&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;Date + (Interval * iterNo()) AS &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;Next_Check_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Interval&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20/5/2014, 700&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21/5/2014, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22/5/2014, 3&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;While (Date + (Interval * iterNo())) &amp;lt; Today();&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 08:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726281#M1069369</guid>
      <dc:creator />
      <dc:date>2014-08-22T08:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726282#M1069370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both while and load statement are single statement. Don't split it&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Int:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Date + (Interval * iterNo()) AS &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Next_Check_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;INLINE [&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Interval&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20/5/2014, 700&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21/5/2014, 30&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22/5/2014, 3&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;] &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;While (Date + (Interval * iterNo())) &amp;lt; Today();&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726282#M1069370</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-08-22T09:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726283#M1069371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesnt make a difference, I tried by taking resident load as well,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726283#M1069371</guid>
      <dc:creator />
      <dc:date>2014-08-22T09:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726284#M1069372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check whether the date format mentioned to the variable is same as that are in the inline table?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DateFormat='DD/MM/YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726284#M1069372</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-08-22T09:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726285#M1069373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*silly*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot C.A!! worked like magic!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726285#M1069373</guid>
      <dc:creator />
      <dc:date>2014-08-22T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726286#M1069374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think an Iteration is necessary at all in this case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Today()-Mod(Today()-Date-1, Intervall)+1) as Next_Check_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do as well, possibly even more efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&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: 17px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 11:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726286#M1069374</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-22T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726287#M1069375</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;sorry, wrong sign.&lt;/P&gt;&lt;P&gt;This should be better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14087147495884765" jivemacro_uid="_14087147495884765"&gt;
&lt;P&gt;LOAD Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Interval(days)],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Today()-Mod(Today()-Date-1, [Interval(days)])-1) as Next_Check_Date&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="130355" data-objecttype="1" href="http://community.qlik.com/thread/130355"&gt;http://community.qlik.com/thread/130355&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1, filters(&lt;/P&gt;
&lt;P&gt;Remove(Row, Pos(Top, 6)),&lt;/P&gt;
&lt;P&gt;Remove(Row, Pos(Top, 5))&lt;/P&gt;
&lt;P&gt;));&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_130355_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65018_QlikCommunity_Thread_130355_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 13:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726287#M1069375</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-22T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration?</title>
      <link>https://community.qlik.com/t5/QlikView/Iteration/m-p/726288#M1069376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Thanks a lot it Works partially, it was my mistake to give my requirements incomplete.&lt;/P&gt;&lt;P&gt;I want the next interval check date that should just cross the current day.&lt;/P&gt;&lt;P&gt;eg. if my Date value was 20/8/2014 with interval 30, then my next check date should be 20/9/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for now this script works for me, although its quite unoptimized.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Iteration:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; Date,&lt;/P&gt;&lt;P&gt;date(Date+ (Interval * iterNo())) AS Next_Check_Date&lt;/P&gt;&lt;P&gt;resident Cons&lt;/P&gt;&lt;P&gt;while&amp;nbsp; date(Date+ ((Interval)* iterNo()))-today()&amp;lt;Interval ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Iteration2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load Date,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Next_Check_Date as NextCheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident Iteration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where Next_Check_Date&amp;gt;Today();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2014 04:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Iteration/m-p/726288#M1069376</guid>
      <dc:creator />
      <dc:date>2014-08-23T04:26:18Z</dc:date>
    </item>
  </channel>
</rss>

