Basic Information

appmixer.utils.filters.GreaterThan

1.0.0

Public

A message passes through this filter if a field from a previous connector contains a value that is greater than (or equal, by default) the value specified. Values can be both numbers or dates.

Input Ports

in

FieldTypeDescription
Data text The data that we want to check (number or date). You can select data from any previous connector via the select box.
Greater than text Any number or date (e.g. 2017-04-23 22:45). If the value under Data is greater than or equal to the value specified, the filter passes the message through. Otherwise, it ignores the message.
Exclusive toggle By default, the filter passes messages containing values that are greater than or equal to the value specified. Turn exclusivity on if you want to exclude test on equality.

Output Ports

greater

FieldTypeDescription
No fields defined for this port

notGreater

FieldTypeDescription
No fields defined for this port

Full Metadata