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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
cwitman1
Contributor III
Contributor III

If expression ?

I am trying to write an 'if' expression that will return a message when the classification false positive is higher then 20%.

Here's what I have...

Count( if ( [Combined Classification] = {'False Positive' } / [Combined Classification] = {'False Positive', 'Business Activity,' 'Policy Violation'} >= .20, 'False Positive % too High', 'False Positive % is Ok'))

How can i get this to work? !

1 Solution

Accepted Solutions
cwitman1
Contributor III
Contributor III
Author

Solved... created a variable

View solution in original post

1 Reply
cwitman1
Contributor III
Contributor III
Author

Solved... created a variable