Hello,
I’ve created a data dictionary containing false positive terms (D0). The given expressions does not seem to be working -
P0 AND (NOT D0)
P0 AND (NOT(P0 AND D0))
Predefined Identifiers
- (P0) - Full Names (International)
Dictionary Identifiers
- (D0) - DLP-Exclude-Full Names
I’d like to detect all the terms which are IN P0 and NOT IN D0.
Could anyone suggest an alternative, please ? Thanks !