<?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 External Automator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-External-Automator/m-p/150944#M28879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having issues running a VBS script from the commandline which reloads a .qvw file. I need it to leave the current window alone and open a "background" thread version of QV.exe. Does anyone know how to do this?&lt;BR /&gt;&lt;BR /&gt;Here's a sample of the code I'm using in my .vbs file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Option Explicit&lt;BR /&gt;Dim qlikapp&lt;BR /&gt;Dim qlikdoc&lt;BR /&gt;&lt;BR /&gt;Set qlikapp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set qlikdoc = qlikapp.OpenDocEx("Y:\BI\DEV Space\DailyPLSO.qvw", 0, False)&lt;BR /&gt;&lt;BR /&gt;qlikdoc.ReloadEx 2,1 ' 2=ignore Errors; 1=hide process dialog&lt;BR /&gt;qlikdoc.save&lt;BR /&gt;qlikdoc.CloseDoc&lt;BR /&gt;&lt;BR /&gt;'qlikapp.Quit&lt;BR /&gt;&lt;BR /&gt;Set qlikapp = Nothing&lt;BR /&gt;set qlikdoc = Nothing&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I've even tried a method of calling it from an AccessDB using vba:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Private Sub RefreshQVW_Click()&lt;BR /&gt; Dim App As New QlikView.Application&lt;BR /&gt; Dim Doc As QlikView.Document&lt;BR /&gt;&lt;BR /&gt; Set Doc = App.OpenDocex("Y:\BI\DailyPLSO.qvw", 0, False, "", "", "", False)&lt;BR /&gt; With Doc&lt;BR /&gt; .ReloadEx 2, 1&lt;BR /&gt; .Save&lt;BR /&gt; .CloseDoc&lt;BR /&gt; End With&lt;BR /&gt; Set App = Nothing&lt;BR /&gt; Set Doc = Nothing&lt;BR /&gt;&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 22:22:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-03T22:22:54Z</dc:date>
    <item>
      <title>Qlikview External Automator</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-External-Automator/m-p/150944#M28879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having issues running a VBS script from the commandline which reloads a .qvw file. I need it to leave the current window alone and open a "background" thread version of QV.exe. Does anyone know how to do this?&lt;BR /&gt;&lt;BR /&gt;Here's a sample of the code I'm using in my .vbs file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Option Explicit&lt;BR /&gt;Dim qlikapp&lt;BR /&gt;Dim qlikdoc&lt;BR /&gt;&lt;BR /&gt;Set qlikapp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set qlikdoc = qlikapp.OpenDocEx("Y:\BI\DEV Space\DailyPLSO.qvw", 0, False)&lt;BR /&gt;&lt;BR /&gt;qlikdoc.ReloadEx 2,1 ' 2=ignore Errors; 1=hide process dialog&lt;BR /&gt;qlikdoc.save&lt;BR /&gt;qlikdoc.CloseDoc&lt;BR /&gt;&lt;BR /&gt;'qlikapp.Quit&lt;BR /&gt;&lt;BR /&gt;Set qlikapp = Nothing&lt;BR /&gt;set qlikdoc = Nothing&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I've even tried a method of calling it from an AccessDB using vba:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Private Sub RefreshQVW_Click()&lt;BR /&gt; Dim App As New QlikView.Application&lt;BR /&gt; Dim Doc As QlikView.Document&lt;BR /&gt;&lt;BR /&gt; Set Doc = App.OpenDocex("Y:\BI\DailyPLSO.qvw", 0, False, "", "", "", False)&lt;BR /&gt; With Doc&lt;BR /&gt; .ReloadEx 2, 1&lt;BR /&gt; .Save&lt;BR /&gt; .CloseDoc&lt;BR /&gt; End With&lt;BR /&gt; Set App = Nothing&lt;BR /&gt; Set Doc = Nothing&lt;BR /&gt;&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 22:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-External-Automator/m-p/150944#M28879</guid>
      <dc:creator />
      <dc:date>2009-08-03T22:22:54Z</dc:date>
    </item>
    <item>
      <title>Qlikview External Automator</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-External-Automator/m-p/150945#M28880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Have you found a solution to your problem ?&lt;BR /&gt;I've got the same issue trying to create a stress test vbscript for QlikView.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Stéphane.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 17:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-External-Automator/m-p/150945#M28880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-24T17:12:14Z</dc:date>
    </item>
  </channel>
</rss>

