Math parameters min / max

With all the new plugin column types, there could be an alternative way to approach this…

  • Use a MakeArray column to create an array of all the columns involved
  • Use the Sort Array plugin to sort it
  • Use a Single Value column to pick the first element from the sorted array (eg. the minimum value)

More columns, of course. But probably a bit less error-prone :slight_smile:

5 Likes