...
Argument | Type | Description |
---|---|---|
attributeName | String | A String containing the name of the Stream Attribute whose value is to be compared. |
comparator | Comparator | The type of comparison to carry out (see Comparator) |
...
Example
Code Block |
---|
$filter = andCondition(), $filter = addElement( $filter, fieldCondition( "EventTypeId", _EQUALS, in.eventType) ), $filter = addElement( $filter, fieldCondition( "CatalogueId", _EQUALS, 3) ), setFilter( eventTypes, $filter ) |
...