<?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 Batch - Reload, don't save, and close in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712624#M672540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the /r command reloads, saves, and closes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i write a batch statement that opens, reloads, and closes without saving? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /???&amp;nbsp; "D:\GMApps\Qlikview\example.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much, much thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 15:40:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-04T15:40:31Z</dc:date>
    <item>
      <title>Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712624#M672540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the /r command reloads, saves, and closes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i write a batch statement that opens, reloads, and closes without saving? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /???&amp;nbsp; "D:\GMApps\Qlikview\example.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much, much thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 15:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712624#M672540</guid>
      <dc:creator />
      <dc:date>2014-09-04T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712625#M672541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you found a solution for this? I would like to do the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 00:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712625#M672541</guid>
      <dc:creator>alexdataiq</dc:creator>
      <dc:date>2016-02-06T00:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712626#M672542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a reload without saving the app isn't possible with a command-line batch but you are a lot more flexible if you used vbs-batches, see here two examples: &lt;A href="https://community.qlik.com/thread/191827"&gt;Reduce Number of Applications at a time&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 07:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712626#M672542</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-06T07:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712627#M672543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using the /l switch rather than /r&lt;/P&gt;&lt;P&gt;the only drawback is that it does not close QV&lt;/P&gt;&lt;P&gt;You therefore need to implement a code in your "onpostreload" to do this&lt;/P&gt;&lt;P&gt;Using /v with a variable, you can have something to test in your code to determine whether or not you want the qv instance to quit, or if the document is being reloaded using the usual /r (and therefore does not need your code to close)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712627#M672543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-31T16:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712628#M672544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sentence:&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; font-size: 13px;"&gt;"C:\Program Files\QlikView\qv.exe" /r&amp;nbsp; "D:\GMApps\Qlikview\example.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;but it is very important that the user running has the necessary permissions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712628#M672544</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-08-31T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712629#M672545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;C:\"Program Files"\QlikView\qv.exe "c:\QV\GnG_Ventas.qvw"&amp;nbsp;&amp;nbsp; /r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/712629#M672545</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-08-31T16:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batch - Reload, don't save, and close</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/1901174#M1217749</link>
      <description>&lt;P&gt;Run the app via batch using this command:&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files\QlikView\qv.exe"&amp;nbsp; &amp;nbsp;"D:\GMApps\Qlikview\example.qvw"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create the below Macro, put it to run OnOpen Trigger:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Sub CloseApp&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;rem ** let QV sleep for 10 seconds **&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ActiveDocument.GetApplication.Sleep 10000&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Application.Quit&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;End Sub&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 12:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-Reload-don-t-save-and-close/m-p/1901174#M1217749</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2022-03-04T12:40:10Z</dc:date>
    </item>
  </channel>
</rss>

