Hi Guys, I want to use a Derive Node to select the max value of more than two fields. How do I do that.? It seems the max function can only be applied to two "items" at a time
Answer by nauvillain (269) | Mar 19, 2017 at 09:39 AM
Hi, you need to use the max_n function, with this syntax:
max_n([var1 var2 var3])