MAXCROP

To cut all values above a certain limit.

The image shows the result of a MAXCROP(VALUE;5).

All values above 5 are removed.

To use MAXCROP in Mover, do:


MAXCROP(parameter1;parameter2)


  • parameter1 is what we want to filter

  • parameter2 is the maximum value we allow to pass