How can I convert a decimal data with thousandSeparator and decimal mode fixed with precision 2

0
Hi Experts I have a decimal attribute as SubcontractAmount, it can display normal on page like in database it showing   I have a email function use this attribute, I want to it could display as on page How can I do it, thank you
asked
2 answers
1

Hi Bill

     You can also use formatdecimal($Outsourcing/SubcontractAmount, '#.##').

answered
0

I have solved this problem with 

formatDecimal($Outsourcing/SubcontractAmount, '#,##0.00')

Thank you

image.png

answered