<?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 how to jump into next in a FOR loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355819#M706252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx, I know 'exit for unless xxxx' syntax, thank you all the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/qlikuser14" id="jive-6562320320020245096690" onmouseout="" onmouseover="" style="background-position: initial; font-size: 12px; color: #007fc0; font-weight: bold;"&gt;qlikuser14&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay I didn't clearly explain what I need.&lt;/P&gt;&lt;P&gt;The 1,3, 2 are both hard coded here, for easily read code. Actually they will both be variables, $(a), $(b), etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is that: I need to read the status of rows one by one, if fit some condition, then execute the rest command, otherwise, jump to next row.&lt;/P&gt;&lt;P&gt;For example, if age &amp;lt;20 and salary &amp;gt;10000, then update the status as "good boy", otherwise, do nothing.&lt;/P&gt;&lt;P&gt;So maybe row 1st, 4th &amp;amp; 5th are "good boy", but 2nd, 3rd &amp;amp; 6th are not.&lt;/P&gt;&lt;P&gt;Is that clear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 08:59:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-16T08:59:39Z</dc:date>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355813#M706246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #3366ff;"&gt;For i=1 to 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if $(i)&amp;lt;2 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //jump to next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //code xxxxxxx&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //code yyyyyyyy&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3366ff;"&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is the requirement, if i=1, do nothing.&lt;/P&gt;&lt;P&gt;I know I can put the code xxxx/yyyyy into &lt;STRONG style="color: #3366ff;"&gt;ELSE&lt;/STRONG&gt;, any other workaround/solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this? I tried NEXT, but I get runtime error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355813#M706246</guid>
      <dc:creator />
      <dc:date>2012-03-16T08:11:28Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355814#M706247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just do the loop from 2 to 3 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fori = 2 to 3&lt;/P&gt;&lt;P&gt;code xxxxx&lt;/P&gt;&lt;P&gt;code yyyy&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355814#M706247</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-16T08:14:51Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355815#M706248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;r u kidding me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is a keyword like &lt;STRONG&gt;CONTINUE &lt;/STRONG&gt;in SQL server. I just want to know if QV has such key word or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355815#M706248</guid>
      <dc:creator />
      <dc:date>2012-03-16T08:31:30Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355816#M706249</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;I didn't found such Keyword in Qlikview, so using ELSE is the best way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355816#M706249</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-16T08:39:04Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355817#M706250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I'm not kidding. I'm just giving you an answer for a silly question you made. From what I see in your example , doing a for frmo 2 to 3 would make the trick. &lt;/P&gt;&lt;P&gt;If you are so smart, you could have gone to the Qlik HELP and see that there's no CONTINUE statement for the FOR...NEXT control statement. &lt;/P&gt;&lt;P&gt;Next time be more respectful with the people that is investing time to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355817#M706250</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-16T08:39:09Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355818#M706251</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;Can you take the problem by the other side like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="color: #3366ff;"&gt;For i=1 to 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if $(i)&amp;gt;2 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;//code xxxxxxx&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //code yyyyyyyy&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // do nothing&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="color: #3366ff;"&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know if this can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FOR NEXT loop, you can use the Key Word EXIT with a condition. See QlikView Manual in Script in Key Words for more information on how to use this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355818#M706251</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2012-03-16T08:46:08Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355819#M706252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx, I know 'exit for unless xxxx' syntax, thank you all the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/qlikuser14" id="jive-6562320320020245096690" onmouseout="" onmouseover="" style="background-position: initial; font-size: 12px; color: #007fc0; font-weight: bold;"&gt;qlikuser14&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay I didn't clearly explain what I need.&lt;/P&gt;&lt;P&gt;The 1,3, 2 are both hard coded here, for easily read code. Actually they will both be variables, $(a), $(b), etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is that: I need to read the status of rows one by one, if fit some condition, then execute the rest command, otherwise, jump to next row.&lt;/P&gt;&lt;P&gt;For example, if age &amp;lt;20 and salary &amp;gt;10000, then update the status as "good boy", otherwise, do nothing.&lt;/P&gt;&lt;P&gt;So maybe row 1st, 4th &amp;amp; 5th are "good boy", but 2nd, 3rd &amp;amp; 6th are not.&lt;/P&gt;&lt;P&gt;Is that clear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355819#M706252</guid>
      <dc:creator />
      <dc:date>2012-03-16T08:59:39Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355820#M706253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, well I'mnot sure how your structure is, but you could do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; age, salary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19, 1001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20, 1000&lt;/P&gt;&lt;P&gt;];&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;age, salary,&lt;/P&gt;&lt;P&gt;if(age&amp;lt;20 and salary &amp;gt;1000, 'Good boy')&lt;/P&gt;&lt;P&gt;Resident b;&lt;/P&gt;&lt;P&gt;drop table b;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 09:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355820#M706253</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-16T09:07:45Z</dc:date>
    </item>
    <item>
      <title>how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355821#M706254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I understand what you said. But that's not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, the condition is dynamic.&lt;/P&gt;&lt;P&gt;For 1st row, age condition might be &amp;gt;20, for 2nd, age might be &amp;gt;40.&lt;/P&gt;&lt;P&gt;And also for salary.&lt;/P&gt;&lt;P&gt;Catch what I say?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it will take more effort to use WHERE condition to filter the uesful data. Of course I can do that, but it will be more complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the reason why I ask this question. I want to find a easy way to implement this. Right now I have already find out 3 workaround, I just want to research if there has any better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 09:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/355821#M706254</guid>
      <dc:creator />
      <dc:date>2012-03-16T09:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to jump into next in a FOR loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/2450988#M1225674</link>
      <description>&lt;P data-sourcepos="5:1-5:12"&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="7:1-7:120"&gt;&lt;SPAN&gt;I noticed this is an older post,&lt;/SPAN&gt;&lt;SPAN&gt; but in case it helps others who stumble upon it,&lt;/SPAN&gt;&lt;SPAN&gt; I'll share some solutions for looping:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="7:1-7:120"&gt;&lt;SPAN&gt;1st of all, there is no "continue" keyword in Qlik (that I am aware of), but there are some ways to achieve the same thing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="9:1-9:62"&gt;&lt;STRONG&gt;Considering the provided example (without specific error):&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-sourcepos="11:1-11:84"&gt;&lt;SPAN&gt;I'll make some assumptions and offer two approaches to exclude lines from your loop.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="13:1-13:41"&gt;&lt;STRONG&gt;Tip 1: Meaningful Loop Variable Names&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-sourcepos="15:1-15:119"&gt;&lt;SPAN&gt;I recommend using descriptive loop variable names.&lt;/SPAN&gt;&lt;SPAN&gt; For example,&lt;/SPAN&gt;&lt;SPAN&gt; instead of &lt;/SPAN&gt;&lt;CODE&gt;i&lt;/CODE&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; consider &lt;/SPAN&gt;&lt;CODE&gt;listIndex&lt;/CODE&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;CODE&gt;counter&lt;/CODE&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt; This improves code readability.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="17:1-17:40"&gt;&lt;STRONG&gt;Tip 2: Specify Which Loop to Iterate&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-sourcepos="19:1-19:77"&gt;&lt;SPAN&gt;Especially with nested loops,&lt;/SPAN&gt;&lt;SPAN&gt; clearly state which loop you're iterating over.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="21:1-21:50"&gt;&lt;STRONG&gt;Solution 1: Starting Loop After Excluded Lines&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="dynamic-element-wrapper"&gt;
&lt;DIV class="code-block ng-star-inserted"&gt;
&lt;DIV class="code-block-internal-container"&gt;
&lt;PRE&gt;&lt;CODE class="code-container no-decoration-radius" role="text" data-test-id="code-content" data-sourcepos="23:1-27:14"&gt;For loopValue = 2 To 10  ' Start from the second element
  ' Do something
Next loopValue
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-sourcepos="29:1-29:76"&gt;&lt;SPAN&gt;This approach skips the first element and starts processing from the second.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="31:1-31:42"&gt;&lt;STRONG&gt;Solution 2: Conditional Loop Iteration -&amp;nbsp; EDIT : This does not work, would be great if this was an option&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="dynamic-element-wrapper"&gt;
&lt;DIV class="code-block ng-star-inserted"&gt;
&lt;DIV class="code-block-internal-container"&gt;
&lt;PRE&gt;&lt;CODE class="code-container no-decoration-radius" role="text" data-test-id="code-content" data-sourcepos="33:1-40:14"&gt;For loopValue = 1 To 10
  If loopValue &amp;lt; 2 Then ' Skip the first element&lt;BR /&gt;     Next loopValue&lt;BR /&gt;  End If
    ' Do something else
    ' Do even more stuff
Next loopValue
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-sourcepos="42:1-42:115"&gt;&lt;SPAN&gt;Here,&lt;/SPAN&gt;&lt;SPAN&gt; we check if the current value (&lt;/SPAN&gt;&lt;CODE&gt;loopValue&lt;/CODE&gt;&lt;SPAN&gt;) smaller than 2. If it is smaller than to iterate the loopValue,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;If not,&lt;/SPAN&gt;&lt;SPAN&gt; we perform the desired actions within the loop.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-sourcepos="44:1-44:63"&gt;&lt;SPAN&gt;I hope this clarifies looping concepts,&lt;/SPAN&gt;&lt;SPAN&gt; even for an older post!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 02:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-jump-into-next-in-a-FOR-loop/m-p/2450988#M1225674</guid>
      <dc:creator>JeanJordaan</dc:creator>
      <dc:date>2024-05-13T02:19:39Z</dc:date>
    </item>
  </channel>
</rss>

