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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mahendragaur
Creator
Creator

Macros in QlikView

Hello Experts,

I want to save straight table in .csv format at location "C:\ChartData.csv", ", ". I'm using below script but only getting msg "macro running" at bottom left corner and also my application is getting hang-

sub abc

set sObject = ActiveDocument.GetSheetObject("CH26")
sObject.Export "C:\ChartData.csv", ", "

end sub

Please let me know how can I save straight table at mentioned location.

11 Replies
tamilarasu
Champion
Champion

Hello Mahendra,

Have a look at the attached file.

mahendragaur
Creator
Creator
Author

file size is 85kb and RAM is 16 GB