Page 1 of 1

Format function in expression

Posted: Tue Dec 03, 2019 3:24 pm
by agodoo
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

Re: Format function in expression

Posted: Sun Dec 08, 2019 10:10 pm
by Lech Kulikowski
Hello,

Please try to use the Format property.

Thank you.