Data TypesΒΆ

Boolean
Use when the data you want to filter on requires True & False or 1 & 0.
boolean datatype
DataTime
Use when you require to filter on a combination of date and time.
datatime datatype
List
Use this type when you want to filter on one or more explicit values.
list datatype
ListNumeric
Use this type when you want to filter on an explicit value as well as a number.
list datatype
Numeric
Use when you require to filter on a number.
numeric datatype
Textual
Use this type when you want to filter on a textual value.
textual datatype
Time
Use when you require to filter on a time.
time datatype