Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide a value of a dimension

Hi guys,

I would to know if it's possible to hide a specific value of a dimension in a pivot table.

Assuming that I have a dimension FlagStatus which has 2 values : debtors and creditors.

I want to hide the debtors value in the display  but the total of the dimension gives me the total of both value. Is it possible to do so ?

9 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

So the total expression should be something else than the expression for dimension values immediately above? Seems difficult for end-users to interprete...

antoniotiman
Master III
Master III

Hi Patrick,

In Color Text of expression

If(Dimensionality() > 0,

If(FlagStatus='debtors',ARGB(0,0,0,0)))

Regards

Not applicable
Author

hidden value.PNG.png

Not applicable
Author

I hope the image above could explain more

antoniotiman
Master III
Master III

I don't see your Dimensions

In Text Color :

If(Dimensionality() >0,

If(Dim1='Value1' and Dim2='Value2',ARGB(0,0,0,0)))

antoniotiman
Master III
Master III

Or in case of Dimension, the same in text color of Dimension.

antoniotiman
Master III
Master III

I have tried to replicate your example.

See attachment

Not applicable
Author

Thanks for your reply. but this is not exactly what I want.

Not applicable
Author

table.PNG.png