<?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 OnPostReload doesn't work in server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211263#M1283868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please explain me how to write a batch file to achieve this....&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Aug 2010 10:13:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-26T10:13:25Z</dc:date>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211256#M1283849</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 am using QlikView SR5. And in my application I am using a macro as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SendInventory&lt;/P&gt;&lt;P&gt;set tb1 = ActiveDocument.GetSheetObject("INVENTORYAGINGQTY")&lt;/P&gt;&lt;P&gt;tb1.ServerSideExportEx "INVENTORYAGINGQTY.QVD", 4&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;When using the OnPostReload in server it doesn't work.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilupa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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/OnPostReload-doesn-t-work-in-server/m-p/211256#M1283849</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211257#M1283851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros will not run in Publisher.&lt;/P&gt;&lt;P&gt;You need to use batch reload of you want a macro to run Post Reload.&lt;/P&gt;&lt;P&gt;qv.exe /r app.qvw&lt;/P&gt;&lt;P&gt;See documentation for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 11:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211257#M1283851</guid>
      <dc:creator />
      <dc:date>2010-08-12T11:59:35Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211258#M1283854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerry,&lt;/P&gt;&lt;P&gt;Thanks for your response.. You mean do I need to do use a batch reload to do this...&lt;/P&gt;&lt;P&gt;I want to deploy this application in Qlikview Server and schedule reload in the server... and using OnPost reload I want to save QVD s in a folder located in the server..&lt;/P&gt;&lt;P&gt;If you have any suggestion, you are welcome...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nilupa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 05:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211258#M1283854</guid>
      <dc:creator />
      <dc:date>2010-08-26T05:06:14Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211259#M1283856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not do the QVD save in the reload script?&lt;/P&gt;&lt;P style="font-style: italic"&gt;STORE INVENTORYAGINGQTY INTO INVENTORYAGINGQTY.QVD;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 06:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211259#M1283856</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-08-26T06:55:35Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211260#M1283859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for your reply.... &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I want to save a Sheet Object's (Straight Table) data into a separate qvd after reloading...&lt;/P&gt;&lt;P&gt;For that I am using the following macro....&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SendInventory&lt;/P&gt;&lt;P&gt;set tb1 = ActiveDocument.GetSheetObject("INVENTORYAGINGQTY")&lt;/P&gt;&lt;P&gt;tb1.ServerSideExportEx "INVENTORYAGINGQTY.QVD", 4&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Is there any possible way to achieve this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 07:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211260#M1283859</guid>
      <dc:creator />
      <dc:date>2010-08-26T07:15:04Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211261#M1283863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The only way to achieve what you want, is as Jerry wrote, by using "qv.exe /r app.qvw". You could trigger this from the publisher if you create a supporting task.&lt;/P&gt;&lt;P&gt;If you want to save a straight table into a seperate QVD, you really should consider to store this during the reload with STORE table INTO file.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 07:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211261#M1283863</guid>
      <dc:creator />
      <dc:date>2010-08-26T07:53:01Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211262#M1283865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You all ..........!!!&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 08:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211262#M1283865</guid>
      <dc:creator />
      <dc:date>2010-08-26T08:12:05Z</dc:date>
    </item>
    <item>
      <title>OnPostReload doesn't work in server</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211263#M1283868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please explain me how to write a batch file to achieve this....&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 10:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-doesn-t-work-in-server/m-p/211263#M1283868</guid>
      <dc:creator />
      <dc:date>2010-08-26T10:13:25Z</dc:date>
    </item>
  </channel>
</rss>

