Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create a collapsable column

hi,

i would like to make one of the dimension columns in the table collapsable, so if in the sales table i have a country column and a client column, i want the client column to be collapsable so the user is able to see total sales per country if they wanted to, without the sales splitting into the different clients in each country.

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

You can use a Pivot table or you can declare a variable and use it (Setting the variable with a button) in the conditional visualization of the column

Let me know

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

You can use a Pivot table or you can declare a variable and use it (Setting the variable with a button) in the conditional visualization of the column

Let me know

Not applicable
Author

Hi,

Create a pivot table with country and client as dimension and sum of sales as expression.

Warm Regards,

Joshmi