Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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? !
Solved... created a variable
Solved... created a variable