Table of Contents

Enum ReportFilterCriteriaOperator

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Enum representing the condition operator for filter criteria.

public enum ReportFilterCriteriaOperator

Fields

BETWEEN = 5

Between two values.

CONTAINS = 4

Contains the value.

DOES_NOT_CONTAIN = 23

Does not contain the value.

EQUAL = 0

Equal to.

FUTURE = 8

Is in the future.

GREATER_THAN = 2

Greater than.

GREATER_THAN_OR_EQUAL = 22

Greater than or equal to.

HAS_ALL_OF = 32

Has all of the specified values (multi-value columns).

HAS_ANY_OF = 30

Has any of the specified values (multi-value columns).

HAS_NONE_OF = 31

Has none of the specified values (multi-value columns).

IS_BLANK = 11

Is blank.

IS_CHECKED = 17

Is checked (for checkbox columns).

IS_DATE = 15

Is a date.

IS_NOT_BLANK = 12

Is not blank.

IS_NOT_DATE = 16

Is not a date.

IS_NOT_NUMBER = 14

Is not a number.

IS_NOT_ONE_OF = 20

Is not one of the specified values.

IS_NUMBER = 13

Is a number.

IS_ONE_OF = 19

Is one of the specified values.

IS_UNCHECKED = 18

Is unchecked (for checkbox columns).

LAST_N_DAYS = 9

Is in the last N days.

LESS_THAN = 3

Less than.

LESS_THAN_OR_EQUAL = 21

Less than or equal to.

MULTI_IS_EQUAL = 34

Multi-value is equal to.

MULTI_IS_NOT_EQUAL = 35

Multi-value is not equal to.

NEXT_N_DAYS = 10

Is in the next N days.

NOT_ALL_OF = 33

Does not have all of the specified values (multi-value columns).

NOT_BETWEEN = 24

Not between two values.

NOT_EQUAL = 1

Not equal to.

NOT_FUTURE = 27

Is not in the future.

NOT_LAST_N_DAYS = 28

Is not in the last N days.

NOT_NEXT_N_DAYS = 29

Is not in the next N days.

NOT_PAST = 26

Is not in the past.

NOT_TODAY = 25

Is not today.

PAST = 7

Is in the past.

TODAY = 6

Is today.