Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
JishnuGS
Partner - Contributor III
Partner - Contributor III

How to hide measure depends on column in Pivot Table

Hi,

I want to hide Sum(Sales) for Apple and Sum(Price) for Orange in the below pivot table. Is it possible ?

JishnuGS_0-1601468363522.png

Please share you thoughts.

Thanks

1 Solution

Accepted Solutions
JishnuGS
Partner - Contributor III
Partner - Contributor III
Author

Hi All,

Here is the solution,

Measure = if(Product='Apple',Sum(Sales), if(Product='Orange',Sum(Price),0))

View solution in original post

2 Replies
edwin
Master II
Master II

You can control it in the dimension column, if either apple or orange, make the dim NULL then suppress NULL

JishnuGS
Partner - Contributor III
Partner - Contributor III
Author

Hi All,

Here is the solution,

Measure = if(Product='Apple',Sum(Sales), if(Product='Orange',Sum(Price),0))