Hi,
I am trying to use 'custom transform' function on a decimal field to set rounding decimal places.
one of my example value would be ' 3.24568690' and I would like to to change it to 3.2457. so I will input a forumar in custom transform = math:round(fieldname, 4).
However, this does not work and I got a jexl error message saying the code is invalid.
need some help on what I did wrong.
many thanks!!!