Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression showing error. please help?


hi,

I have used below expression but it is showing error? how to set this to correct?

COUNT(DISTINCT IF(NOT MATCH(Queue,'bg','hg','hy'),ClientID)

3 Replies
Clever_Anjos
Employee
Employee

You have 3 (´s and only 2 )´s please check this

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Try This:

​COUNT(DISTINCT IF(NOT MATCH(Queue,'bg','hg','hy')),ClientID)

sunny_talwar

May be it with set analysis:

=Count(DISTINT {<Queue -= {'bg', 'hg', 'hy'}>} ClientID)