<?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 Dashboard can be loaded via command line arguments in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744607#M265842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want a open and reload a QVW application via command line arguments?&lt;/P&gt;&lt;P&gt;Can anybody have a solution for this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 16:09:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-18T16:09:05Z</dc:date>
    <item>
      <title>QlikView Dashboard can be loaded via command line arguments</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744607#M265842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want a open and reload a QVW application via command line arguments?&lt;/P&gt;&lt;P&gt;Can anybody have a solution for this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744607#M265842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Dashboard can be loaded via command line arguments</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744608#M265843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,u can thy this..&lt;/P&gt;&lt;P&gt;"C:\Program Files\Qlikview10\qv.EXE" /R "T:\path\ur dashboardV1.0.QVW"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check ur qv installation path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744608#M265843</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-18T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Dashboard can be loaded via command line arguments</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744609#M265844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;this is a quote from the Reference Manual:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.1 Command Line Syntax&lt;BR /&gt;The QlikView command line invocation can be described by the following syntax (for a description of the&lt;BR /&gt;syntax notation used, see Backus-Naur Formalism (page 931)):&lt;BR /&gt;[ path ]Qv.exe[ { switch } documentfile ]&lt;BR /&gt;The path is the path to the file, either absolute, or relative to the current directory.&lt;BR /&gt;documentfile::= [ path ] documentfilename&lt;BR /&gt;documentfilename is the name of the document file.&lt;BR /&gt;switch is used to mark different options:&lt;BR /&gt;/r&lt;BR /&gt;Reload switch. The document will be opened and the script reloaded. Thereafter the document will be saved,&lt;BR /&gt;and QlikView will close itself.&lt;BR /&gt;/rp&lt;BR /&gt;The same as above, but with a partial reload.&lt;BR /&gt;/l&lt;BR /&gt;Load new data. The document will be opened and the script reloaded. The document will not be saved and&lt;BR /&gt;QlikView will remain open.&lt;BR /&gt;/lp&lt;BR /&gt;The same as above, but with a partial reload.&lt;BR /&gt;/v&lt;BR /&gt;If this switch is immediately followed by a variable name and an assignment, the variable will obtain the&lt;BR /&gt;assigned value before the script execution starts.&lt;BR /&gt;/nodata&lt;BR /&gt;Opens the document without variables, table and field data. This feature is also available for previously&lt;BR /&gt;opened documents on The Start Page (page 36).&lt;BR /&gt;/NoSecurity&lt;BR /&gt;Overrides QlikView security measures against hostile macros and scripts embedded in QlikView documents.&lt;BR /&gt;No warning dialogs prompting the user to accept potentially harmful code will be shown. Use this switch&lt;BR /&gt;with caution and only with well-known documents.&lt;BR /&gt;Example:&lt;BR /&gt;qv.exe /r/vMyvar=123 abc.qvw&lt;BR /&gt;Note!&lt;BR /&gt;In order to avoid error messages to appear when executing scripts in batch mode, always set the script variable&lt;BR /&gt;errormode to 0 in the script (see Error Variables (page 291))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Dashboard-can-be-loaded-via-command-line-arguments/m-p/744609#M265844</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-18T16:20:37Z</dc:date>
    </item>
  </channel>
</rss>

