<?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: How Close Qlikview Application using Batch File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865446#M1008960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But for kill the process&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;"taskkill /f /im qv.exe"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 May 2015 05:56:43 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2015-05-02T05:56:43Z</dc:date>
    <item>
      <title>How Close Qlikview Application using Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865444#M1008958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to close Qlikview Application using Batch file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 05:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865444#M1008958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-02T05:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How Close Qlikview Application using Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865445#M1008959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/r&lt;/STRONG&gt; parameter should serve the purpose.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It wil save and close the doc after load.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;qv.exe /r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 05:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865445#M1008959</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-05-02T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How Close Qlikview Application using Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865446#M1008960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But for kill the process&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;"taskkill /f /im qv.exe"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 05:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865446#M1008960</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-05-02T05:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: How Close Qlikview Application using Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865447#M1008961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A VBscript can act like a batch-file and here is how to do it from VBScript (put the code in a text-file and name it QuitQV.vbs for example):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-05-02 #9.PNG" class="jive-image image-1" src="/legacyfs/online/85526_2015-05-02 #9.PNG" style="width: 620px; height: 330px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;Sub StartAndOpenDoc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set QvDoc = GetObject("C:\ProgramData\QlikTech\QlikView Documentation\Automation\APIguide.qvw")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;End&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;Sub AttachAndQuit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; On Error Resume Next&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set Qv = GetObject( , "QlikTech.QlikView" )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; If Err.Number &amp;lt;&amp;gt; 0 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; MsgBox "Couldn't find QlikView running on this computer."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; DocName = Qv.ActiveDocument.Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; If Err.Number &amp;lt;&amp;gt; 0 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; DocName = ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; End If&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; MsgBox "About to close QlikView (" &amp;amp; DocName&amp;nbsp; &amp;amp; ") now..."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; Qv.Quit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp; MsgBox "Closed QlikView just now."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; End If&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;MsgBox "Started"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;CALL AttachAndQuit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;MsgBox "Finished"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 06:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Close-Qlikview-Application-using-Batch-File/m-p/865447#M1008961</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-02T06:36:45Z</dc:date>
    </item>
  </channel>
</rss>

