<?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 Qlikview 11 for developers - Confirmed error in solution files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598345#M1100973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chapter 7 file. When you reload that script, you get the errors - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script line error: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL TraceRowCount('Aircraft Types')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script line error: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL TraceRowCount('Aircraft Types')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why and how do I fix ? Solution attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Apr 2014 22:09:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-20T22:09:42Z</dc:date>
    <item>
      <title>Qlikview 11 for developers - Confirmed error in solution files</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598345#M1100973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chapter 7 file. When you reload that script, you get the errors - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script line error: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL TraceRowCount('Aircraft Types')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script line error: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL TraceRowCount('Aircraft Types')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why and how do I fix ? Solution attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Apr 2014 22:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598345#M1100973</guid>
      <dc:creator />
      <dc:date>2014-04-20T22:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 for developers - Confirmed error in solution files</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598346#M1100974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem with a later version of solution QVWs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I checked and compared scripts of different files and also my own exercise file I couldn't found any difference between the files who show this error and files who count rows correctly in the load screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the problem is connected to the external script file which contain the subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"$(Include=tracerowcount.qvs);"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;SUB TraceRowCount (SourceTable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If '$(SourceTable)'&amp;lt;&amp;gt;'' then&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;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;END If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;If you replace the Include Statement in your script with the original subroutine it should work again.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I also created a new external script file (p.260) and replace the subroutine inside the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It works without failure.&lt;/SPAN&gt;&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;I don't really know what occurs this error but it can easily be fixed.&lt;/SPAN&gt;&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;Greetings,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Ronny&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 08:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598346#M1100974</guid>
      <dc:creator>r_wroblewski</dc:creator>
      <dc:date>2014-05-20T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 for developers - Confirmed error in solution files</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598347#M1100975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just renew your Include Statement with the external script file. You don't need to do more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 08:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598347#M1100975</guid>
      <dc:creator>r_wroblewski</dc:creator>
      <dc:date>2014-05-20T08:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 for developers - Confirmed error in solution files</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598348#M1100976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you copied the script from the book, the "THEN" word is missing at the end of IF statement. The script should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB TraceRowCount (SourceTable) &lt;/P&gt;&lt;P&gt;// Writes the number of rows in SourceTable&lt;/P&gt;&lt;P&gt;// to the Script Execution Progress window.&lt;/P&gt;&lt;P&gt;IF '$(SourceTable)' &amp;lt;&amp;gt; '' &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;THEN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LET vNoOfRows = NoOfRows('$(SourceTable)');&lt;/P&gt;&lt;P&gt;TRACE &amp;gt;&amp;gt;&amp;gt; Number of rows in $(SourceTable): $(vNoOfRows);&lt;/P&gt;&lt;P&gt;LET vNoOfRows = Null();&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;TRACE &amp;gt;&amp;gt;&amp;gt; No table name specified;&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 22:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-for-developers-Confirmed-error-in-solution-files/m-p/598348#M1100976</guid>
      <dc:creator />
      <dc:date>2016-05-12T22:39:10Z</dc:date>
    </item>
  </channel>
</rss>

