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

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

Excel export with visible title bar

Hi Community

I would like to export a object with a title bar.

Its anyhow possible with a macro?

Thanks for your response

Greets

Michel

3 Replies
rohit214
Creator III
Creator III

hey Michel

what object do you want to export..???

thanks

rohit

Not applicable
Author

Its a table chart

rohit214
Creator III
Creator III

hi

try this

set Graph= ActiveDocument.Sheets("Main").CreateStraightTable

Graph.AddDimension"ID"

Graph.AddExpression"Sum(SALARY)"

Graph.export"D:\rohit\qlik view files",";"

thanks

rohit