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: 
Douwe_KB
Contributor II
Contributor II

Need help transposing table (using CrossTable)

Dear reader,

 

I have the following data file in excel which looks as follows: 

Douwe_KB_0-1683633333354.png

Which goes on to week 52.

I need to transpose the data in a way where I get a table as follows:

 

Douwe_KB_1-1683633511772.png

 

Could anyone please help me? I have been stuck on this problem quite some time...

Any help is appreciated!

Kind regards,

D

 

Labels (3)
1 Solution

Accepted Solutions
menta
Partner - Creator II
Partner - Creator II

crosstable(Week,Overuren,1)

Load Week as Organization,

1,2,3,4,5,6,7,8,9,10,...

from your table or file;

View solution in original post

1 Reply
menta
Partner - Creator II
Partner - Creator II

crosstable(Week,Overuren,1)

Load Week as Organization,

1,2,3,4,5,6,7,8,9,10,...

from your table or file;