<?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 How to trig reload in Publisher? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182840#M1286536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I've a qvw which is reloaded periodically in Publisher. Now I want to change the reloading of this file.&lt;/P&gt;&lt;P&gt;The qvw reads an external .txt file and in the perfect world the reload task should only be done if this file is resaved.&lt;/P&gt;&lt;P&gt;But a solution where the user in some way trigs a reload is ok. Perhaps a button in the qvw. Macro?&lt;/P&gt;&lt;P&gt;I've read about the EDX but cannot get it working. On the server there is Qlikview 7 and Publisher 4.1.0 standard edition.&lt;/P&gt;&lt;P&gt;brgds&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>How to trig reload in Publisher?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182840#M1286536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I've a qvw which is reloaded periodically in Publisher. Now I want to change the reloading of this file.&lt;/P&gt;&lt;P&gt;The qvw reads an external .txt file and in the perfect world the reload task should only be done if this file is resaved.&lt;/P&gt;&lt;P&gt;But a solution where the user in some way trigs a reload is ok. Perhaps a button in the qvw. Macro?&lt;/P&gt;&lt;P&gt;I've read about the EDX but cannot get it working. On the server there is Qlikview 7 and Publisher 4.1.0 standard edition.&lt;/P&gt;&lt;P&gt;brgds&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182840#M1286536</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>How to trig reload in Publisher?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182841#M1286537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upgrade to ver 8.5 or ver 9, there you may execute an EDX from an application button using an XML HTTP request.&lt;BR /&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 00:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182841#M1286537</guid>
      <dc:creator />
      <dc:date>2010-01-28T00:01:34Z</dc:date>
    </item>
    <item>
      <title>How to trig reload in Publisher?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182842#M1286540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I just wrote a macro that is trigged from a button in the UI. The macro performs the reload when the user press it.&lt;/P&gt;&lt;P&gt;/Andy&lt;/P&gt;&lt;P&gt;Here is the macro if anyone is interested...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub reload_task&lt;BR /&gt;&lt;BR /&gt; set var1=ActiveDocument.GetVariable("ControlDirectory")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; fileName=var1.GetContent.string &amp;amp; "RR_Qlikview_trig_omladdning.TXT"&lt;BR /&gt;&lt;BR /&gt; 'Dim sCurPath&lt;BR /&gt; 'sCurPath = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".")&lt;BR /&gt; 'msgbox sCurPath&lt;BR /&gt;&lt;BR /&gt; Const ForReading = 1&lt;BR /&gt; Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;BR /&gt;' fileName="K:\Qlikview\LOTS\RR_Filer\Control\RR_Qlikview_trig_omladdning.TXT"&lt;BR /&gt; If objFSO.FileExists(fileName) Then&lt;BR /&gt; Set objTextFile = objFSO.OpenTextFile(fileName, ForReading)&lt;BR /&gt; Dim row&lt;BR /&gt; Do Until objTextFile.AtEndOfStream&lt;BR /&gt; row=row+1&lt;BR /&gt; strNextLine = objTextFile.Readline&lt;BR /&gt; arrServiceList = Split(strNextLine , "=")&lt;BR /&gt; For i = 1 to Ubound(arrServiceList)&lt;BR /&gt; if row=2 Then&lt;BR /&gt; str=arrServiceList(i)&lt;BR /&gt; AR=Left(str,Len(str)-1)&lt;BR /&gt; ElseIf row=3 Then&lt;BR /&gt; str=arrServiceList(i)&lt;BR /&gt; PERIOD=Left(str,Len(str)-1)&lt;BR /&gt; End If&lt;BR /&gt; Next&lt;BR /&gt; Loop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; YesNo = MsgBox("Du är på väg att ladda om data för ÅR-PERIOD:"&amp;amp; AR&amp;amp;"-"&amp;amp;PERIOD&amp;amp;" (Angivet i 'RR_Qlikview_trig_omladdning.TXT') OK?",vbYesNo + vbQuestion,"Är du riktigt säker?")&lt;BR /&gt;&lt;BR /&gt; Select Case YesNo&lt;BR /&gt; Case vbYes&lt;BR /&gt; ActiveDocument.ReloadEx 2,0&lt;BR /&gt; Case vbNo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; End Select&lt;BR /&gt;&lt;BR /&gt; Else&lt;BR /&gt;&lt;BR /&gt; msgbox "Kunde inte hitta filen 'RR_Qlikview_trig_omladdning.TXT'. Letade här: "&amp;amp;fileName&lt;BR /&gt;&lt;BR /&gt;End If&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 09:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trig-reload-in-Publisher/m-p/182842#M1286540</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2010-01-28T09:36:35Z</dc:date>
    </item>
  </channel>
</rss>

