<?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 What does it means &amp;quot;must not cross a line boundary&amp;quot;? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813523#M664553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading about the reference manual and came across this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the for..next statement is a control statement and as such is ended with either a semicolon or end-ofline,&lt;/P&gt;&lt;P&gt;each of its three possible clauses (for..to..step, exit for and next) &lt;EM&gt;&lt;STRONG&gt;must not cross a line boundary.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it mean?&amp;nbsp; Can anyone explain or provide a simple example ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to search online but to no valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chun Wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jan 2015 10:57:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-04T10:57:52Z</dc:date>
    <item>
      <title>What does it means "must not cross a line boundary"?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813523#M664553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading about the reference manual and came across this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the for..next statement is a control statement and as such is ended with either a semicolon or end-ofline,&lt;/P&gt;&lt;P&gt;each of its three possible clauses (for..to..step, exit for and next) &lt;EM&gt;&lt;STRONG&gt;must not cross a line boundary.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it mean?&amp;nbsp; Can anyone explain or provide a simple example ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to search online but to no valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chun Wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 10:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813523#M664553</guid>
      <dc:creator />
      <dc:date>2015-01-04T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: What does it means "must not cross a line boundary"?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813524#M664554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must type the "for..to..step" expression on one line of your script. You cannot put a line break between for, to or step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For I = 1 to 10 step 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For I = 1 to 10&lt;/P&gt;&lt;P&gt;Step 2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Will error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 11:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813524#M664554</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-04T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: What does it means "must not cross a line boundary"?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813525#M664555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin for the clear example.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rdgs,&lt;/P&gt;&lt;P&gt;Chun Wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 14:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813525#M664555</guid>
      <dc:creator />
      <dc:date>2015-01-04T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: What does it means "must not cross a line boundary"?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813526#M664556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another example to show what this mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vLot =1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ERROR:&lt;/P&gt;&lt;P&gt;if vLot =1 then&amp;nbsp; vLot= vLot +1 end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. OK:&lt;/P&gt;&lt;P&gt;if vLot =1 then;&amp;nbsp; vLot= vLot +1; end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. OK too:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if vLot =1 then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; vLot= vLot +1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; end if;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This illustration can be found in QLikview reference manual SR 9 page 246 on if then elseif else end if control statement.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-it-means-quot-must-not-cross-a-line-boundary-quot/m-p/813526#M664556</guid>
      <dc:creator />
      <dc:date>2015-02-24T08:59:08Z</dc:date>
    </item>
  </channel>
</rss>

