<?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: Qlikview script line error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991096#M642782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the number of parameters. Does my_proc really expect two parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Dec 2015 10:08:03 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-12-28T10:08:03Z</dc:date>
    <item>
      <title>Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991092#M642776</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;i am coding in Qlikview 11 and i have written and i received&amp;nbsp; a "Script line error" just after a CALL like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL my_proc('param_1','param_2')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have no idea why, someone have some suggestion? &lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 09:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991092#M642776</guid>
      <dc:creator />
      <dc:date>2015-12-28T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991093#M642777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is subroutine my_proc defined before the CALL statement? QlikView does not perform a lookahead, or a preparsing step. The subroutine should already exist before you can make use of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 09:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991093#M642777</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-28T09:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991094#M642778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/74815"&gt;How to Call stored procedure in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/executing-stored-procedure-in-qlikview/" title="http://www.learnallbi.com/executing-stored-procedure-in-qlikview/"&gt;Executing Stored procedure in QlikView | Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 09:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991094#M642778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991095#M642781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i have declare before calling, the strange things is that i have different part in my script that has the same structure and all other part work well; is only this part that as this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 09:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991095#M642781</guid>
      <dc:creator />
      <dc:date>2015-12-28T09:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991096#M642782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the number of parameters. Does my_proc really expect two parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 10:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991096#M642782</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-28T10:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991097#M642783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the definition of subroutine? what actually subroutine does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 10:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991097#M642783</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-28T10:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991098#M642784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the call&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CALL My_Proc('$(v_variable)','out_one.qvd','out_two.qvd','done','[Field_one],[Field_two]')&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;this is the declaration&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sub &lt;SPAN style="font-size: 13.3333px;"&gt;My_Proc&lt;/SPAN&gt;(p_source,p_out_oneN,p_out_twoN,p_typeN,p_fields)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as type of calling is the same of other (i mean that i have other routine that work the same as this with the same parameters) but this is the only that give me problem the &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;others give me correct output.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 10:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991098#M642784</guid>
      <dc:creator />
      <dc:date>2015-12-28T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991099#M642785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what's in v_variable at the time of the CALL? I hope it doesn't contain any strings with quotes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 11:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991099#M642785</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-28T11:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991100#M642786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to be sure what exacly the CALL statement-with-parameters looks like at the time of execution, generate a document log and search for the &lt;EM&gt;Script line error&lt;/EM&gt; message in that log. The $-sign expanded CALL statement will precede the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 11:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991100#M642786</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-28T11:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991101#M642787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;v_variable contain a source:&lt;/P&gt;&lt;P&gt;is like this:&lt;/P&gt;&lt;P&gt;..\Datasource\sourcefile.qvd&lt;/P&gt;&lt;P&gt;it doesn't have quotes inside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 11:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991101#M642787</guid>
      <dc:creator />
      <dc:date>2015-12-28T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991102#M642788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have document log but i don't understand why happen this error, i tryed also to follow everithing with debug mode and check all the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 11:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991102#M642788</guid>
      <dc:creator />
      <dc:date>2015-12-28T11:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991103#M642789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found the problem.&lt;/P&gt;&lt;P&gt;i wrote two subroutine with the same name and only if i tried to call it gave me an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that my experience can help other with stupid error like mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991103#M642789</guid>
      <dc:creator />
      <dc:date>2015-12-29T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991104#M642790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Noted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW did the last definition still correspond the CALL interface (number of parameters the same). I would assume that the second definition overwrites the first one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991104#M642790</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-29T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991105#M642791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the second definition doesn't have parameters and is for that the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991105#M642791</guid>
      <dc:creator />
      <dc:date>2015-12-29T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991106#M642792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll answer my own question: Probably not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code executes perfectly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SUB my_proc(vParm1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SET vFlag = ProcDef1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SUB my_proc(vParm1001)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SET vFlag = ProcDef2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CALL My_Proc('val1');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And variable vFlag will contain 'ProcDef2', meaning that the last definition is being executed. It's not just the fact that you defined your SUB twice that causes this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991106#M642792</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-29T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview script line error</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991107#M642793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-script-line-error/m-p/991107#M642793</guid>
      <dc:creator />
      <dc:date>2015-12-29T14:39:52Z</dc:date>
    </item>
  </channel>
</rss>

