<?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: For Next Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381989#M702028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a procedure definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call it add the following string to the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call LoadTableData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 17:52:27 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-08-29T17:52:27Z</dc:date>
    <item>
      <title>For Next Error</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381986#M702025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;I am having error in this code.&lt;/P&gt;&lt;P&gt;Could anyone help me why this is giving an error?&lt;/P&gt;&lt;STRONG&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub LoadTableData&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;For i = 0 To 3&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD '$(i)' as Counter AutoGenerate 1;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Next i&lt;/P&gt;&lt;P&gt;End Sub;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The error is script line error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;&lt;SPAN&gt;Next&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381986#M702025</guid>
      <dc:creator>Qvmaster2019</dc:creator>
      <dc:date>2012-08-29T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Error</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381987#M702026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange. Works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 16:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381987#M702026</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-29T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Error</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381988#M702027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested this code on a different machine. There was no error but there's no table as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 16:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381988#M702027</guid>
      <dc:creator>Qvmaster2019</dc:creator>
      <dc:date>2012-08-29T16:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Error</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381989#M702028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a procedure definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call it add the following string to the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call LoadTableData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 17:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Error/m-p/381989#M702028</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-29T17:52:27Z</dc:date>
    </item>
  </channel>
</rss>

