Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ArgumentTypeDescription
attributeNameStringA String containing the name of the Stream Attribute whose value is to be compared.
comparatorComparatorThe 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 )

...