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: 
Anonymous
Not applicable

Export variable to Excel

I have a variable called "vAvgPerCountry" that I need to export into Excel using a macro(because I also have other tables to export).
I understand that ActiveDocument.Variables("vAvgPerCountry").GetContent.Var can be used to get the value of the variable, but how do you paste it in Excel?

4 Replies
sasikanth
Master
Master

hi,

you can use input box to export a variable to excel,

Anonymous
Not applicable
Author

The .qvw file is no longer available for download

devarasu07
Master II
Master II

Hi,

able to downloaded from Rob blog and it's working. FYI refer to the attachment. Tks