Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
AhmedElads
Partner - Contributor
Partner - Contributor

Merage four column names as one column

Hello,
I have a table which have this column:
DEP   IR     RR     Cl       EF
Acc     2       1       3         5
Fic       3      .5    1.5      2 

and I need this expected output:

GD           Measure_name          Values
Acc                        IR                               2
Acc                        RR                             1
Acc                        CI                               3
Acc                        EF                              5

and so on with all DEP


How can i do that with qlik?

Thanks

Labels (2)
1 Solution

Accepted Solutions
Rockstar7
Partner - Creator
Partner - Creator

@AhmedElads Use cross table function to get the data as you desired, please refer below link for reference

 

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/LoadData/work-wit... 

View solution in original post

1 Reply
Rockstar7
Partner - Creator
Partner - Creator

@AhmedElads Use cross table function to get the data as you desired, please refer below link for reference

 

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/LoadData/work-wit...