CROP
To cut all values outside of the specified range.
The image shows the result of a CROP(VALUE;-5;5).
All values above 5 and under -5 are removed.
To use CROP in Mover, do:
CROP(parameter1;parameter2;parameter3)
parameter1 is what we want to filter
parameter2 is the minimum value we allow to pass
parameter3 is the maximum value we allow to pass