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: 
agrisyst
Partner - Contributor
Partner - Contributor

Automatic transpose when export to Excel

Hello all,

I am not an expert and I could use some help on the following:

When exporting a table to Excel, I would like to transpose the data before they are exported to Excel. I know how to transpose in Excel but would like to do this in QlikView so the whole proces is easier and faster?

Would anybody know how to do this are maybe have a Macro for this....

Regards,

Marc

1 Reply
Not applicable

hi

In your macro for export to excel

first set the Straight table properties as below

TableProperties.Horizontal = true

this will make the table as transposed

now copy this table and export to excel

after this again change the properties of the table as below

TableProperties.Horizontal = false

this will roll back the table to its original state

regards

peter