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: 
gayatri7
Creator II
Creator II

Transpose Row to Column

Hi All,

 

Could you please help with below requirement. I need to display below 'Reference' field value (A,A1, A2, A3) as Column in St. Table (not Pivot table)

Raw Data

gayatri7_0-1639588067030.png

Expected o/p

gayatri7_1-1639588138655.png

 

Reason I am not using Pivot table because I have another measures (Such as Response #) and it is coming below these value in Pivot table

something like this, which is not expected.

gayatri7_2-1639588370641.png

 

Could you please help here.

 

Thanks in Advance!

 

Labels (1)
3 Replies
vijaynov
Contributor II
Contributor II

You can create field   in load editor

if(match( Reference , A1,A2,A3,A4,A5) ,Reference ) as reference_New

 

sasikanth
Master
Master

HI, 

would you be able to share some sample data??

 

gayatri7
Creator II
Creator II
Author

Hi Vijay,

I have created this fields but how to use as Column label  these value in Table? As shown in below table.

 

gayatri7_0-1639652631875.png