Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Excluding 2 values in set analysis

Hi everyone,

I have looked in multiple questions and none of the answers for excluding has worked for me.

Below is the expression I am testing.

I want to count all the unique emails and not include the two fields with values as bot.

count({<locale=- {bot}, signup_source =-{bot} >} DISTINCT email)

I hope this makes sense.

Thanks!

10 Replies
Anonymous
Not applicable
Author

Hi Sunny,

Everything works great now.

I forgot to change the field name to matchup to my field name.

Also I made one slight change to your expression.  I changed the or to an and

=Count({<email = {"=locale <> 'bot' and signup_source <> 'bot'"}>} DISTINCT email)

That gives me a more accurate answer.

As always I appreciate your assistance