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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic Name of the Expoeted File

Hi all,

I am exporting a chart to excel using follwing macro.





sub Excel



set obj = ActiveDocument.GetSheetObject("CH01")

"D:\Test\test.xls"

end

sub





But it is storing Name as Test.xls but I need file name as "Test-Var1-Var2.xls)

Where Var1 and Var2 are two variable.

Please help me in storing the file name as said above.

Thanks in advance.





0 Replies