Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error ServerSideExport

Hi All,

I am having an issue with one macro.

I am using Server Side Export function, and it's works the first time. If I execute  it again QV hangs.  After that, the application is corrupted (I cannot save  any change in the application).

Please find below the macro:

Sub SaveChanges_Variables

set obj = ActiveDocument.GetSheetObject("VARI")

obj.ServerSideExportEx  "C:\Users\Kolo\Desktop\BC_PLANNING\CFG\PARAMETROS\Variables_Cuentas.qvd",";",4

Application.WaitForIdle

end sub

The macro needs to replace the existing QVD and replace it with the content of the object in case  is already created.

0 Replies