
Contributor III
2017-05-05
10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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? !
731 Views
1 Solution
Accepted Solutions

Contributor III
2017-05-05
12:46 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved... created a variable
637 Views
1 Reply

Contributor III
2017-05-05
12:46 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved... created a variable
638 Views
