<?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 Pass command line variable with space in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227204#M79327</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'm trying to pass a datetime as a variable value through the command line so it looks like this:&lt;/P&gt;&lt;P&gt;C:\progra~1\qlikview\qv.exe /r /vMyDate=2009-01-01 14:35:23 MyQWV.qwv&lt;/P&gt;&lt;P&gt;but I'm getting an error saying that 14:35:23 is an invalid switch. How can I pass a variable value that contains spaces and, while we're at it, if I'm passing multiple variable values do I need to use the /v switch for each one, or is there a delimiter I can use to separate them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2010 21:46:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-29T21:46:03Z</dc:date>
    <item>
      <title>Pass command line variable with space</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227204#M79327</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'm trying to pass a datetime as a variable value through the command line so it looks like this:&lt;/P&gt;&lt;P&gt;C:\progra~1\qlikview\qv.exe /r /vMyDate=2009-01-01 14:35:23 MyQWV.qwv&lt;/P&gt;&lt;P&gt;but I'm getting an error saying that 14:35:23 is an invalid switch. How can I pass a variable value that contains spaces and, while we're at it, if I'm passing multiple variable values do I need to use the /v switch for each one, or is there a delimiter I can use to separate them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 21:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227204#M79327</guid>
      <dc:creator />
      <dc:date>2010-01-29T21:46:03Z</dc:date>
    </item>
    <item>
      <title>Pass command line variable with space</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227205#M79328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;I'm assuming everything is in correct syntax. You just need to enclose each part in quotes if it contains spaces or other special characters. So it would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;"C:\Program Files\Qlikview\Qv.exe" /r /vMyDate=2009-01-01 "14:35:23 MyQWV.qwv"&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regarding your second question, I think you need a separate switch for every variable.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 22:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227205#M79328</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-29T22:07:59Z</dc:date>
    </item>
    <item>
      <title>Pass command line variable with space</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227206#M79329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I should have been clearer: The variable value I'm trying to pass is "2009-01-01 14:35:23" and file name is MyQWV.exe&lt;/P&gt;&lt;P&gt;I've tried&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;"C:\Program Files\Qlikview\Qv.exe" /r /v"MyDate=2009-01-01 14:35:23" MyQWV.qwv&lt;BR /&gt;&lt;BR /&gt;But that doesn't work. Any other thoughts?&lt;BR /&gt;&lt;BR /&gt;-Mark&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 22:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227206#M79329</guid>
      <dc:creator />
      <dc:date>2010-01-29T22:15:06Z</dc:date>
    </item>
    <item>
      <title>Pass command line variable with space</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227207#M79330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;"C:\Program Files\Qlikview\Qv.exe" /r /vMyDate="2009-01-01 14:35:23" MyQWV.qwv&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 22:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227207#M79330</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-29T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pass command line variable with space</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227208#M79331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"C:\Program Files\Qlikview\Qv.exe" /r /vMyDate="2009-01-01 14:35:23" MyQWV.qwv &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/x.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\Qlikview\Qv.exe" /r "/vMyDate=2009-01-01 14:35:23" MyQWV.qwv &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 08:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-command-line-variable-with-space/m-p/227208#M79331</guid>
      <dc:creator />
      <dc:date>2014-07-31T08:49:41Z</dc:date>
    </item>
  </channel>
</rss>

