Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IV. End user
  4. Work with the dynamic template designer
  5. Scope Selector Component - Custom Filter
  6. Custom Filter Operators for Numeric Fields

Custom Filter Operators for Numeric Fields

Numeric-filtering operations have the following requirements and restrictions:

  • For decimal and % values, the formatter rounds and truncates decimal places. Therefore, use the greater than and less than operators to find matches for these values.

Operator

Description

equals

Filters data where the value of the associated field is equal to the value entered.

not equal

Filters data where the value of the associated field is not equal to the value entered.

greater than

Filters data where the value of the associated field is greater to the value entered.

less than

Filters data where the value of the associated field is smaller than the value entered.

greater than or equal to

Filters data where the value of the associated field is greater than or equal to the value entered.

less than or equal to

Filters data where the value of the associated field is less than or equal to the value entered.

in

Looks for a match in a comma-separated list. Wildcards are not supported.

Note:

Do not include spaces after the commas in the comma-separated list.

not in

Returns data for values that are not in the comma-separated list. Wildcards are not supported for values in this list.

Note:

Do not include spaces after the commas in the comma-separated list.

is null

Checks for null values. This is a special operation that looks for the absence of values.

is not null

Checks for non-null values. This is a special operation that looks for values that are not null.

Feedback

Was this page helpful?
Previous

Define a Custom Filter at Run Time

Next

Custom Filter Operators for String Fields

Feedback

Was this page helpful?