Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Rsaiq
Creator
Creator

Hide DImension column of a table

Hi Experts,

Can any one please help me on below requirement in the Qliksense.

I have a table and its contains 1 dimension column as Col2 which is Empty.I need to hide this dimension if it has no value,currently this column is empty so i need to hide the column .

Please help me on this requirement.

Please find the below attached Screenshot .

Thanks in advance.

test.png

 

 

1 Solution

Accepted Solutions
Or
MVP
MVP

Set the "Show column if" condition to Count(col2). This should result in hiding it any time the count is exactly zero (that is, all values are null).

View solution in original post

2 Replies
Or
MVP
MVP

Set the "Show column if" condition to Count(col2). This should result in hiding it any time the count is exactly zero (that is, all values are null).

Rsaiq
Creator
Creator
Author

Thanks. It helped a lot...