PantherFlow Expressions
Use these expressions in your PantherFlow query statements
PantherFlow is in open beta starting with Panther version 1.110, and is available to all customers. Please share any bug reports and feature requests with your Panther support team.
References
Array references
Syntax | Description | Example |
---|---|---|
| Retrieve value at X |
|
Object references
Syntax | Description | Example |
---|---|---|
| Retrieve value at X |
|
| Retrieve value at X |
|
Comparisons
Equality comparisons
Operator | Description | Example |
---|---|---|
| Equality |
|
| Inequality |
|
Boolean comparisons
Operator | Description | Example |
---|---|---|
| Logical and |
|
| Logical or |
|
| Logical not |
|
Numerical comparisons
Syntax | Description | Example |
---|---|---|
| Less than |
|
| Less than or equal to |
|
| Greater than |
|
| Greater than or equal to |
|
| Add |
|
| Subtract |
|
| Multiply |
|
| Divide |
|
| Modulo |
|
Array comparisons
Syntax | Description | Example |
---|---|---|
| Value is in array |
|
| Value is not in array |
|
Between comparisons
Operator | Description | Example |
---|---|---|
| Value is between two values (inclusive), which are separated by |
|
| Value is not between two values (exclusive), which are separated by |
|
Last updated