Basic Information

appmixer.utils.filters.Range

1.0.0

Public

A message passes through this filter if a field from a previous connector contains a value that falls into the range 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.
Minimum value text Any number or date (e.g. 2017-04-23 22:45). If the value under Data falls into the interval specified, the filter passes the message through. Otherwise, it ignores the message.
Maximum value text Any number or date (e.g. 2017-04-23 22:45). If the value under Data falls into the interval specified, the filter passes the message through. Otherwise, it ignores the message.
Exclusive minimum toggle Turn exclusivity on if you want to exclude test on equality for the minimum value.
Exclusive maximum toggle Turn exclusivity on if you want to exclude test on equality for the maximum value.

Output Ports

inRange

FieldTypeDescription
No fields defined for this port

notInRange

FieldTypeDescription
No fields defined for this port

Full Metadata