Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Funtion ServerSideExportEx on Server??

Hi there,

Am on Qlikview 11 and have experienced that Funtion ServerSideExportEx macro on IE-Plugin doesn't work anymore and gives me an error "Macro parse faild.Functionality lost" my code is as below.

 

sub ExportUpdates
set sExportTable1 = ActiveDocument.GetSheetObject( "BudgetUpdate" )

sExportTable1.ServerSideExportEx "C:\ProgramData\QlikTech\Input Files\test.txt",";",1

end sub

Thanks for the help in advance.

Sandip.

2 Replies
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Is C:\ProgramData\QlikTech\Input Files a valid path on the server?

ServerSideExport creates the file on the server.

Have you changed the security settings for the macro?

Not applicable
Author

Hi Jerry,

Thanks for your response,appreciate it.

Yes, have changed the security settings for the macro.

I guess it's the bug in the version of Qlikview I am on right now. So, am going to upgrade to 11 SR2 and hopefully this should resolve the issue.

Will let you know.

Thanks,

Sandip.