Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hai,
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)
Could anybody help me on this?
Thanks in Advance.
Hi,
please try "ServerSideExport".
'*************************************************************
'* Export table (QV_Server)
'*************************************************************
sub ServerExport
set tb = ActiveDocument.GetSheetObject("CH01")
tb.ServerSideExport "E:\test.qvd", 4
end sub
0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF
Good luck!
Rainer
Hai,
Thanks for your earliest reply. Its not working. Do i have to enable / change the settings anywhere in the server / document?
Hi,
see the following link. Maybe you have the same problem.