Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Table box hide column and show selected value

I have a tablebox with two columns "ShipCity","ShipCountry" (as per attached scree shot)

I want the data should be displayed based on filter for eg ShipCountry="France" and also the want to hide "ShipCountry" column.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use a straight table chart instead of a table box.

Use two dimensions, ShipCity and ShipCountry

Use one expression

=sum({<ShipCountry = {'France'}>} 1)

On presentation tab of chart properties, check that 'suppress zero values' option is enabled and hide columns for dimension ShipCountry and the single expression.

View solution in original post

3 Replies
swuehl
MVP
MVP

Use a straight table chart instead of a table box.

Use two dimensions, ShipCity and ShipCountry

Use one expression

=sum({<ShipCountry = {'France'}>} 1)

On presentation tab of chart properties, check that 'suppress zero values' option is enabled and hide columns for dimension ShipCountry and the single expression.

MarcoWedel

You could create a drill down dimension group consisting of your fields "ShipCity" and "ShipCountry" and use this in a ListBox.

regards

Marco

MarcoWedel

maybe like this:

QlikCommunity_Thread_215968_Pic1.JPG

QlikCommunity_Thread_215968_Pic2.JPG

QlikCommunity_Thread_215968_Pic3.JPG

QlikCommunity_Thread_215968_Pic4.JPG

QlikCommunity_Thread_215968_Pic5.JPG

regards

Marco