I want to get the amount with vat with two decimal digits but without rounding for example if i have 8521.0055 i want to get 8521.00
I did some search and found that I can use format for that but it keeps giving me error.
Can someone help me with that