Format function in expression
Posted: Tue Dec 03, 2019 3:24 pm
Hello,
I'm using Stimulsoft Report.JS and I have a text field used to visulize the sum of a report field:
the expression is the following:
TOTALE: € {Sum(Datazone_items,zone_items.PrezzoTotale)}
I would need to know how to modify it so that the resulting SUm is formatted with 2 decimal places, even if for example I have 134,50 as result.
Actually if I have 134,50 it shows it as 134,5
Kind regards,
Matt
I'm using Stimulsoft Report.JS and I have a text field used to visulize the sum of a report field:
the expression is the following:
TOTALE: € {Sum(Datazone_items,zone_items.PrezzoTotale)}
I would need to know how to modify it so that the resulting SUm is formatted with 2 decimal places, even if for example I have 134,50 as result.
Actually if I have 134,50 it shows it as 134,5
Kind regards,
Matt