<?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: Re: Set variable value from command line using &amp;quot;/v&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756687#M269382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So did you use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = $(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ParameterTest)&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;as the expression in your Text Object ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 17:28:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-03T17:28:51Z</dc:date>
    <item>
      <title>Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756680#M269375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to test out the ability to pass a variable and value from the command line using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.exe" /r &lt;STRONG style="color: #ff0000;"&gt;/vParameterTest=1234&lt;/STRONG&gt; "C:\Desktop\QVW_QW\PatternTrending\reports\PatternTrending.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scripts tab, i declared a variable called "test" that is assigned the value from the passed in variable - "ParameterTest" so that I can then display that value on a text object to see if the value was passed in correctly but it is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set test = ParameterTest;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 16:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756680#M269375</guid>
      <dc:creator />
      <dc:date>2014-11-03T16:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756681#M269376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"C:\Program Files\QlikView\QV.exe" /r &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;/vParameterTest=1234&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This will assign the value 1234 to the variable ParameterTest. If you want to assign the value 'ParameterTest' to a variable called test then you need:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"C:\Program Files\QlikView\QV.exe" /r &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;/vtest=ParameterTest&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756681#M269376</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-03T17:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756682#M269377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your text object give it the expressions of :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = $(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;STRONG&gt;ParameterTest)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should display 1234 &amp;amp; if so then you should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure you actually need the other variable&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;called "test".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756682#M269377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756683#M269378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, I understand that it will assign the value 1234 to the variable ParameterTest. Since I read that you can only use variables passed in from the command line in your script or macro function, I created another variable called "test" so that I can assign the value from ParameterTest and display the value in a text object on the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My text object value is set as:&amp;nbsp;&amp;nbsp; "=test"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756683#M269378</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756684#M269379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup , it is the dollar expansion you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756684#M269379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756685#M269380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Since I read that you can only use variables passed in from the command line in your script or macro function&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That's not correct. There's only one kind of variable. If you have a variable you can set its value from the command line, or in the script (with the SET and LET statements) or in the Variable Editor or with actions assigned to triggers. The variables can be used in the script and in expressions in chart objects etc. So you don't need to create another variable to get the value from a variable that got its value via a command line option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756685#M269380</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-03T17:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756686#M269381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually tried that before too but no luck. I tried it with and without the enclosed $(). Just tried it again but no dice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756686#M269381</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756687#M269382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So did you use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = $(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ParameterTest)&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;as the expression in your Text Object ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756687#M269382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756688#M269383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what I have and not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/70386_pastedImage_1.png" style="width: 620px; height: 519px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756688#M269383</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756689#M269384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In &lt;EM&gt;Settings | Variable Overview&lt;/EM&gt; what does it show for your variables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756689#M269384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756690#M269385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/70387_pastedImage_0.png" style="width: 620px; height: 473px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756690#M269385</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756691#M269386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaahh !!&amp;nbsp; So you have nothing in your variable &lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;ParameterTest&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually pass the parameter in at the end of the command, as in :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"C:\Program Files\QlikView\QV.exe" /r &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;C:\Desktop\QVW_QW\PatternTrending\reports\PatternTrending.qvw" &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;/vParameterTest=1234&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************&lt;/P&gt;&lt;P&gt;Or does something later in your script reset the variable ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756691#M269386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756692#M269387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;? The variable is showing null as it's value after running the command line. I am not defaulting it to anything, I am relying on having it set by the command line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think the ordering matters (maybe), as you show in your command line example but I gave it a shot and still did not work for me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756692#M269387</guid>
      <dc:creator />
      <dc:date>2014-11-03T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756693#M269388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your qvw ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756693#M269388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756694#M269389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, the firewall at work will prevent me from doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't believe this is not working for me and for something so simple taking forever to get working. I am running this simple test so that eventually I can pass in 2 variables, 1 would be a Trading Exchange name and the other a database connection properties file as I have to load data from 2 different Trading Exchanges having the same tables that are structured the same. I want to set it up as 1 QVS import script for both Exchanges so that it dynamically query the data into seperate qvd files (ie. C1_quotes_data.qvd, C2_quotes_data.qvd) and then have my main application concatenate the 2 qvds into 1 (ie. quotes_data.qvd) to use as the source for the reports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 18:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756694#M269389</guid>
      <dc:creator />
      <dc:date>2014-11-03T18:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756695#M269390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just tested it by creating a new qvw with this in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;trace $(ParameterTest) ;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;set vCheck = $(ParameterTest) ;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;trace $(vCheck) ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Via &lt;EM&gt;Settings / Variables&lt;/EM&gt; manually created blank variable &lt;EM&gt;ParameterTest&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Called it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;C:\Users\bill.markham&amp;gt;"C:\Program Files\QlikView\QV.exe" /r /vParameterTest=qwerty C:\Users\bill.markham\Downloads\ParameterTest.qvw&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And got this in the log file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;03/11/2014 18:08:36: 0013&amp;nbsp; trace qwerty&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;03/11/2014 18:08:36: 0013&amp;nbsp; qwerty&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;03/11/2014 18:08:36: 0015&amp;nbsp; set vCheck = qwerty&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;03/11/2014 18:08:36: 0017&amp;nbsp; trace qwerty&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;03/11/2014 18:08:36: 0017&amp;nbsp; qwerty&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;03/11/2014 18:08:36:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;That all seems ok, could you try those steps ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 18:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756695#M269390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T18:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756696#M269391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This morning, I turned on the logging and reran the command line execution (without yet trying your example above). The darn thing works now for some reason! I tried turning off the logging to see if it would still work and it does. I didn't make any other changes today before that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another strange thing is that for my text box source, i had "=$(ParameterTest)", it was displaying the value ok for a few runs and then it was displaying null again all of a sudden for subsequent runs. I went to Settings -&amp;gt; Variable Overview, and i saw that the value was being correctly set even though it was displaying null. I changed my text box source to "=ParameterTest" and now it is working consistently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756696#M269391</guid>
      <dc:creator />
      <dc:date>2014-11-04T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set variable value from command line using "/v"</title>
      <link>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756697#M269392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the help! Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting my test working, I am now able to do what I was ultimately trying to do - to run the same scripts for 2 different databases containing data for 2 different trading exchanges (having the same table structures), creating a separate set of qvd files for both databases and then merge them into 1 qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 17:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-variable-value-from-command-line-using-quot-v-quot/m-p/756697#M269392</guid>
      <dc:creator />
      <dc:date>2014-11-05T17:18:33Z</dc:date>
    </item>
  </channel>
</rss>

