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. Generate and maintain reports
  5. Customize report filter logic
  6. Report Filter Operators

Report Filter Operators

Table: Report filter operators

Operator

Description

equals1

Filters rows where the value of the associated column is equal to the value entered. The column can be of the type Number, Date or String.

not equal1

Filters rows where the value of the associated column is not equal to the value entered. The column can be of the type Number, Date or String.

greater than

Filters rows where the value of the associated column is greater to the value entered. The column can be of the type Number, String, Date, Duration, and File Size. The match is case insensitive.

less than

Filters rows where the value of the associated column is smaller than the value entered. The column can be of the type Number, String, Date, Duration, and File Size. The match is case insensitive.

greater than or equal to

Filters rows where the value of the associated column is greater than or equal to the value entered. The column can be of the type Number, String, Date, Duration, and File Size. The match is case insensitive.

less than or equal to

Filters rows where the value of the associated column is smaller than or equal to the value entered. The column can be of the type Number, String, Date, Duration, and File Size. The match is case insensitive.

contains1

Filters rows where the value entered is present anywhere in the value of the associated column. Example: If the column value is "rattle" and the value entered is "rat" or "at" the row will be displayed. The column can only be of the type String.

does not contain1

Filters rows where the value entered is not present anywhere in the value of the associated column. The column only can be of the type String.

is a member of

Filters rows where the value of the associated column is equal to any of the comma-separated values entered. There is no limit to the number of characters that can be entered for this value. The column can be of the type Number, String, Duration, and File Size.

Example: If you enter a value of chair, table, desk and the column value is table, the row will be displayed.

is not a member of

Filters rows where the value of the associated column is not equal to any of the comma-separated values entered. There is no limit to the number of characters that can be entered for this value. The column can be of the type Number, String, Duration, and File Size.

matches regular expression

Filters rows where the value of associated column matches the regular expression2 entered. The column can only be of the type String. For example, to find a column starting with S, use ^S or ^[Ss]

does not match regular expression

Filters rows where the value of associated column does not match the regular expression2 entered. The column can only be of the type String.

1 -is case insensitive.

2 -reference: http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html

Feedback

Was this page helpful?
Previous

Customize report filter logic

Next

Filtering Indicators, Multiple Expressions, Dates, Percentages, Yes/No

Feedback

Was this page helpful?