Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
This is helpful for customers that do not utilize the ESM and only have Connector Appliance or Connectors and do not know the syntax for filtering
= - EQ "x"
!= - NE "x"
IS NULL - Is "NULL"
IS NOT NULL - Is "NOT NULL"
< - LT x x=numerical value not surrounded by quotes
> - GT x x=numerical value not surrounded by quotes
<= - LE x x=numerical value not surrounded by quotes
>= - GE x x=numerical value not surrounded by quotes
between - between (x,y) x and y = numerical values
NOT - NOT (A EQ "x" And B EQ "y")
Same as ESM
Contains, Like, StartsWith, EndsWith