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: 
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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