Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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