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 hide a expression column?

I have the following function in an expression below:

if (dimensionality () = 3, sum (Value), Null ())

But when the dimension is not equal to 3 column does not disappear, does anyone know if you can make the column disappear?

Thanks

4 Replies
MayilVahanan

HI

     Did you tick the suppress null value ? or suppress zero in  dimension column?

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Yes, and don't work...

bgerchikov
Partner - Creator III
Partner - Creator III

Gabriel,

try the following as condition:

=Dimensionality()=3

Regards

Not applicable
Author

Ok, it worked but when the dimensionality() is equal to 3 column does not reappear ...