Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alwinsch
Creator
Creator

Count If error

Hi,

I use a formula in a pivot Table with the following formula: count({<[WR dienstregeling]={'Ok'}>} distinct [MW Naam])

This works perfect!

But when i want to count all values that are not 'OK', the expression gives an error...

how can i solve this?

I tried the following but it did not work 

count({<[WR dienstregeling]<>{'Ok'}>} distinct [MW Naam])

I don't want to put all other values than 'OK' in my expression because there are too much values.

How do i have to count all values that are not OK?

Kind Regards,

Alwin

1 Solution

Accepted Solutions
john_duffy
Partner - Creator III
Partner - Creator III

Try replacing <> with -=.

View solution in original post

2 Replies
john_duffy
Partner - Creator III
Partner - Creator III

Try replacing <> with -=.

Not applicable

Dear,

Alwin.

for not equal set analysis you -=

count({<[WR dienstregeling]-={'Ok'}>} distinct [MW Naam]

Thanks,

Mukram