How to insert a comma in decimal values in expression?

0
Hi guys, 1) i want to put comma in every 3 didit and '.' for the decimal value like Total budget(attribute, group digit). in Total Actuals,(which is from Expression) 2) also, the % of Budget , i want to see only 2 digit after Integer(result: 55.92%) This ia also from expression( including div and *) how can i possibly change them?
asked
2 answers
0

Hello, 

 

Please check the doc below:

https://docs.mendix.com/refguide/common-widget-properties/#numeric-formatting

answered
0

Hi there,

 

You can do these two things with the text widget if you're wanting to display a decimal value:

image.png

This is how your decimal values will be displayed:

image.png

 

I hope this helps!

answered