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: 
alexpanjhc
Specialist
Specialist

pivot table

Hello Community

I have a table with the following data

IDDescriptionSub IDSub ID Description
1AAA123ZZZ
1AAA456YYY
2BBB222

XXX

What I want to show is to show

1              AAA                                                       123                                   ZZZ

                                                                              456                                   YYY

2             BBB                                                         222                                   XXX

unfortunately, i do not have any expressions(quantities) that can help me to achieve this.

I think this is simple but i am just unable to think through.

Any help is appreciated.

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Just write 1 as expression ...

Not applicable

use a dinamic table

dimensions:

ID,

Description,

sub id

expression

only(sub id desc)

alexandros17
Partner - Champion III
Partner - Champion III

... It doesn't work if you have two identical descriptions