Hi All,
How do i find the abs MAX value of a list.? (ie MAX(ABS(list[-4,-2,1,3))) would return 4
Thanks
Hi All,
How do i find the abs MAX value of a list.? (ie MAX(ABS(list[-4,-2,1,3))) would return 4
Thanks
Best answer by erik_jan
Using the ExpressionEvaluator transformer:

Results in the value 4.