<?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: Book _ Qlikview 11 for developers - Error in book script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609233#M1105087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the question and answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I had the same problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 08:29:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-27T08:29:33Z</dc:date>
    <item>
      <title>Book _ Qlikview 11 for developers - Error in book script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609229#M1105083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chapter 7 - Subroutines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I reload my script, I get "Script line error"&amp;nbsp; for each of the lines below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF 'Aircraft Types' &amp;lt;&amp;gt; ''&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens twice. I followed the instructions properly. I don't know why I am still getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My subroutine - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB TraceRowCount (SourceTable)&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF '$(SourceTable)' &amp;lt;&amp;gt; ''&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vNoOfRows = NoOfRows('$(SourceTable)');&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRACE &amp;gt;&amp;gt;&amp;gt; Number of rows in $(SourceTable): $(vNoOfRows);&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vNoOfRows = Null();&lt;/P&gt;&lt;P&gt;&amp;nbsp; ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRACE &amp;gt;&amp;gt;&amp;gt; No table name specified;&lt;/P&gt;&lt;P&gt;&amp;nbsp; END IF&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 19:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609229#M1105083</guid>
      <dc:creator />
      <dc:date>2014-03-21T19:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Book _ Qlikview 11 for developers - Error in book script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609230#M1105084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a THEN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF _______ THEN&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 19:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609230#M1105084</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-21T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Book _ Qlikview 11 for developers - Error in book script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609231#M1105085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and I also noticed that if I write THEN in the next line, I get an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 20:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609231#M1105085</guid>
      <dc:creator />
      <dc:date>2014-03-21T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Book _ Qlikview 11 for developers - Error in book script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609232#M1105086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, they have to be in the same line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 20:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609232#M1105086</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-21T20:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Book _ Qlikview 11 for developers - Error in book script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609233#M1105087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the question and answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I had the same problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 08:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Book-Qlikview-11-for-developers-Error-in-book-script/m-p/609233#M1105087</guid>
      <dc:creator />
      <dc:date>2014-03-27T08:29:33Z</dc:date>
    </item>
  </channel>
</rss>

