Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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?

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
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