<?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: Command Line Reload Supress Dialog in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9252#M786452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not really clear for me what you are trying to do and which aim it had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a load you could use the feature of ERRORMODE like Peter hinted to ignore failures and/or if any is detected to exit the script or to do other things maybe even to kill the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cases in which the qvw didn't exists could you catch with some logic in beforehand of executing this batch or probably within the same batch. An alternatively might be also to use vbs instead of the cmd-line because it's more flexible and quite heavier in the functionalities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 16:16:38 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-02-26T16:16:38Z</dc:date>
    <item>
      <title>Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9243#M786443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I wish to open and reload a qv document via cmd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the application must not promt for user interaction in case of failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I supress the dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9243#M786443</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9244#M786444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe by adding this simple statement to the beginning of your load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET ErrorMode = 2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also here: &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ErrorVariables/ErrorMode.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ErrorVariables/ErrorMode.htm"&gt;ErrorMode - QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9244#M786444</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-26T09:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9245#M786445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am talking no document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...\QV.exe /r IdoNotExist.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means there is no loadscript&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9245#M786445</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-02-26T09:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9246#M786446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not following. You're trying to reload a document that doesn't exist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9246#M786446</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-26T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9247#M786447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for whatever reason there might be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want do do it automated, without having to acknowledge via mouse click&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9247#M786447</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-02-26T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9248#M786448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, no idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually I'm very happy that QV Desktop does the sensible thing and complains about being asked to do something which it can't. Not sure if &amp;amp; how you can disable that behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9248#M786448</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-26T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9249#M786449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9249#M786449</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-02-26T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9250#M786450</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;Can you explain little bit about your requirement??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9250#M786450</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-02-26T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9251#M786451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reload is executed using via another users task, which means automated.&lt;/P&gt;&lt;P&gt;And because the task is executed by another user (hidden) there is no feedback as the dialog box is neither propagated nor acknowledged via cmd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence my question:&lt;/P&gt;&lt;P&gt;How can I supress the dialog and get another form of error when typing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...\QV.exe /r IdoNotExist.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9251#M786451</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-02-26T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9252#M786452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not really clear for me what you are trying to do and which aim it had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a load you could use the feature of ERRORMODE like Peter hinted to ignore failures and/or if any is detected to exit the script or to do other things maybe even to kill the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cases in which the qvw didn't exists could you catch with some logic in beforehand of executing this batch or probably within the same batch. An alternatively might be also to use vbs instead of the cmd-line because it's more flexible and quite heavier in the functionalities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 16:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9252#M786452</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-26T16:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Reload Supress Dialog</title>
      <link>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9253#M786453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Those were the two alternatives I had in mind as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is a pity that the command line options are thus limited.&lt;/P&gt;&lt;P&gt;Remains to be seen whether Qlikviews COM interface works without GUI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 07:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Command-Line-Reload-Supress-Dialog/m-p/9253#M786453</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-02-27T07:08:21Z</dc:date>
    </item>
  </channel>
</rss>

