<?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 how to hand over a argument to variable in load script using windows batch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352391#M493124</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;please any one teach me if you know that...&lt;/P&gt;&lt;P&gt;there is a flag as variable in my load script statement.&lt;/P&gt;&lt;P&gt;can i hand over a value as argument to it using by windows batch statements?&lt;/P&gt;&lt;P&gt;such as folowings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&amp;nbsp;&amp;nbsp; when I wanna hand over value of&amp;nbsp; '1'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\qlikview\qv.exe /r C:\qlikview\example\myfile.qvw [-1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to read my question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;olfesio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2012 06:00:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-14T06:00:00Z</dc:date>
    <item>
      <title>how to hand over a argument to variable in load script using windows batch</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352391#M493124</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;please any one teach me if you know that...&lt;/P&gt;&lt;P&gt;there is a flag as variable in my load script statement.&lt;/P&gt;&lt;P&gt;can i hand over a value as argument to it using by windows batch statements?&lt;/P&gt;&lt;P&gt;such as folowings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&amp;nbsp;&amp;nbsp; when I wanna hand over value of&amp;nbsp; '1'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\qlikview\qv.exe /r C:\qlikview\example\myfile.qvw [-1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to read my question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;olfesio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352391#M493124</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to hand over a argument to variable in load script using windows batch</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352392#M493125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below line in the batch file. /v switch is used to pass value to the existing variable , X is the variable in the QVW.&lt;/P&gt;&lt;P&gt;"c:\Program Files\QlikView\Qv.exe" /r /vX=1&amp;nbsp; "sss.qvw"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 07:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352392#M493125</guid>
      <dc:creator />
      <dc:date>2012-06-14T07:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to hand over a argument to variable in load script using windows batch</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352393#M493126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogananthan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me in setting variable value using batch file reload. We have a variable named vCountry and we have to set this to "Saudi Arabia" in batch file. but it is giving error while running batch file. The error is unidentifiable command Arabia. Below is the line that we are using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"c:\Program Files\QlikView\Qv.exe" /r /vvCountry=Saudi Arabia "Temp.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 14:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-hand-over-a-argument-to-variable-in-load-script-using/m-p/352393#M493126</guid>
      <dc:creator />
      <dc:date>2014-01-03T14:47:15Z</dc:date>
    </item>
  </channel>
</rss>

