Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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