﻿##Filter
You can restrict the number of notifications for the data type "Percent" by entering a filter.
The filter can be a fixed value ('=' or only the value) or up to two conditions ('>', '>=', '<', '<=') for threshold values and ranges. The combination is done with 'AND' or 'OR'.

Examples: '12' or '=12' (equivalent), '>=-12.3', '<=14 OR >=23'.

Note: '.' and ',' can be used as decimal separator. The tolerance (epsilon) for the comparison for equality is 0.09.