Anyone an idea how to perform some advanced calculations fot variables?
I would like to round the number at max 2 decimals
i’ve done some trial-and-errorring with Logic and better logic
Round(,2)
$round(<number, 2)
math.round(, 2)
{{$math.round(, 2)}}
thus far no succes
anyone?