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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Transpose

Hi All

I have large piece of data in the format (see below). I am looking to transpose in the format (see below)

01/04/201301/05/201301/06/2013
CodeNameNumDenomNumDenomNumDenom
NYNew York203306403
LONLondon214317414
BIRBirmingham225328425
CARCardiff236339436
MANManchester247345447

After Transpose:(to look like)

CodeNameMonthNum Denom
NYNew York01/04/2013203
NYNew York01/05/2013306
NYNew York01/06/2013403
LONLondon01/04/2013214
LONLondon01/05/2013317
LONLondon01/06/2013414
BIRBirmingham01/04/2013225
BIRBirmingham01/05/2013328
BIRBirmingham01/06/2013425
CARCardiff01/04/2013236
CARCardiff01/05/2013339
CARCardiff01/06/2013436
MANManchester01/04/2013247
MANManchester01/05/2013345
MANManchester01/06/2013447
13 Replies
Not applicable
Author

Thanks Chris.

It works if I am using only one work book. Doesnt work if I have multiple workbooks with multiple sheets.Please see attached.

Not applicable
Author

Here is a solution using "CrossTable"  function

it might be a way to load many files with many sheets

and the script is a lot momre simple

best regards

Chris

Not applicable
Author

Thanks Christian.

How can I embed the multiple loading of sheets in Transpose code as that is what I am trying to achieve please.

Not applicable
Author

Hi don't understand

in my example  i load 2 files with 3 sheets each.

Isn't it what you want?

doesn't matter how many files and sheets you are using

if more than 3 sheets just add in the For each list

chris