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

How to Display Column values to row in Straight table

Hi I have data like

TeamDept

Aab IT

Other
Aab IT

IT

Ssms

Normal

AbbmsNone

here when I select  filter Team(Aab IT) in my straight table it is showing Other and IT in two rows, But I want to show it in a single row

like 'Other;IT'.

how can I show it

Please help me.

1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

I presume your expression I currently "dept", in which case, change it to Concat(Dept,';')

Andy

View solution in original post

2 Replies
awhitfield
Partner - Champion
Partner - Champion

I presume your expression I currently "dept", in which case, change it to Concat(Dept,';')

Andy

sunny_talwar

Use Team as dimension and Concat(Dept, ';') as expression