Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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