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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Strange transpose - help needed :)

Hi all

I have a table that looks like this:

Header 1Header 2Header 3Header 4Header 5
Data 1Data 21Data 31Data 41Data 51
Data 2Data 22Data 32Data 42Data 52
Data 3Data 33Data 53
Data 34Data 54

My goal is to create a table that looks like this:

MainProcessActivity
Header 1Data 1
Header 1Data 2
Header 1Data 3
Header 2Data 21
Header 2Data 22
Header 3Data 31
Header 3Data 32
Header 3Data 33
Header 3Data 34
And so on....

Any advice would be much appriciated

Regards

Trond Erik

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not so strange. Just use the CrossTable function. See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not so strange. Just use the CrossTable function. See attached qvw.


talk is cheap, supply exceeds demand
Not applicable
Author

Oh, that was easy (as always)! Thanks