Hi all - fairly new to FME here.
I am trying to do a calculation using the ExpressionEvaluator to calculate tree protection zone (TPZ) estimate, and round to 2 decimal places.
The formula I’m using is @round(@Value(average_dbh_value) * 0.12, 2)
I also need to incorporate min and max values into the output. Min is 2 and Max is 15. This is where I’m getting stuck. Would someone be able to provide a suggestion on how I can possibly achieve this?
Thanks
Leanne