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

Exporting to Excel ... with a twist

Hi guys, looking for some help around this:

Example of my data table:

DATA TABLE.jpg

I display this with a pivot in qlikview:

DATA PIVOT.jpg

Now i need to be able to export this to an excel sheet by use of a macro which is not the most difficult task, but i need it to do some fancy footwork, each Category must be exported to its own sheet in the workbook.

Example > Kitchen sheet will have to look like this:

DATA KITCHEN.jpg

Example > Linen sheet will have to look like this:

DATA LINEN.jpg

etc etc

Can somebody please help me with this?

1 Solution

Accepted Solutions
struniger
Creator
Creator

Hi Ruan,

Here's a macro that will loop through a dimension, export a specific chart into excel, name the tab according to the chosen entry in the dimension and continue on.

http://community.qlik.com/docs/DOC-3481

Good luck

Stefan

View solution in original post

6 Replies
Not applicable
Author

Create an excel macro to do the jiggery pokery and call that within the Qlikview Macro

Not applicable
Author

Unfrotunately it needs to be done by Qlikview

tresesco
MVP
MVP

Qlikview can't do it by it's own. There has to be a macro for that.

Not applicable
Author

Possible to give me an example using the data table i provided?

struniger
Creator
Creator

Hi Ruan,

Here's a macro that will loop through a dimension, export a specific chart into excel, name the tab according to the chosen entry in the dimension and continue on.

http://community.qlik.com/docs/DOC-3481

Good luck

Stefan

Not applicable
Author

That is perfect! Thanx alot!