Basic Information

appmixer.utils.filters.LessThan

1.0.0

Public

A message passes through this filter if a field from a previous connector contains a value that is less than 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.
Less than text Any number or date (e.g. 2017-04-23 22:45). If the value under Data is less 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 less than or equal to the value specified. Turn exclusivity on if you want to exclude test on equality.

Output Ports

less

FieldTypeDescription
No fields defined for this port

notLess

FieldTypeDescription
No fields defined for this port

Full Metadata