Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calculation Condition

Hi - I have a pivot table which I want to disable whenever a value in field is not deselected.

So I have field - SECTOR -  which has 3 possible values - A, B or C,  if C is not deselected I don't want the pivot to calculate.

Thanks in advance!

Nandy

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try this as calculation condition: =If(max(match(SECTOR,'C')),0,1)


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Anil_Babu_Samineni

Will you able to explain little more, Please?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Gysbert_Wassenaar

Try this as calculation condition: =If(max(match(SECTOR,'C')),0,1)


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

That looks like it's doing the job!

Thanks for the quick response!

Nandy