<?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 is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197069#M56882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Hai,&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Actually I want to export a Pivot table as a Qvd file. I have written a Macro and called the macro in the event of 'OnPostReload'. The Macro is running in this event when I reload through Qv Desktop (9.00.7440 SR3) and the pivot table is exported as a Qvd . But it is not happening when I reload through QlikView Server (9.00.7440 SR3)&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Could anybody help me on this?&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Thanks in Advance.&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 07:27:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-30T07:27:53Z</dc:date>
    <item>
      <title>OnPostReload is not working</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197069#M56882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Hai,&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Actually I want to export a Pivot table as a Qvd file. I have written a Macro and called the macro in the event of 'OnPostReload'. The Macro is running in this event when I reload through Qv Desktop (9.00.7440 SR3) and the pivot table is exported as a Qvd . But it is not happening when I reload through QlikView Server (9.00.7440 SR3)&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Could anybody help me on this?&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Thanks in Advance.&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197069#M56882</guid>
      <dc:creator />
      <dc:date>2010-03-30T07:27:53Z</dc:date>
    </item>
    <item>
      <title>OnPostReload is not working</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197070#M56883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please try "ServerSideExport".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'*************************************************************&lt;BR /&gt;'* Export table (QV_Server)&lt;BR /&gt;'*************************************************************&lt;BR /&gt;sub ServerExport&lt;BR /&gt; set tb = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; tb.ServerSideExport "E:\test.qvd", 4&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197070#M56883</guid>
      <dc:creator />
      <dc:date>2010-03-30T07:59:01Z</dc:date>
    </item>
    <item>
      <title>OnPostReload is not working</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197071#M56884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your earliest reply. Its not working. Do i have to enable / change the settings anywhere in the server / document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 08:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197071#M56884</guid>
      <dc:creator />
      <dc:date>2010-03-30T08:46:15Z</dc:date>
    </item>
    <item>
      <title>OnPostReload is not working</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197072#M56885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see the following link. Maybe you have the same problem.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/26619/101973.aspx#101973"&gt;http://community.qlik.com/forums/p/26619/101973.aspx#101973&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 09:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-is-not-working/m-p/197072#M56885</guid>
      <dc:creator />
      <dc:date>2010-03-30T09:08:34Z</dc:date>
    </item>
  </channel>
</rss>

