hello, i want make the filed decimal places like this

i used the Floor() formula it rounded up to a whole ing.
i used the Math.Round() and Round () formula and its still give me the same issue
this is the function i have in my data field
IIF([ARInvoice.DocType]='CRM', [ARTran.ExtPrice]*-1, [ARTran.ExtPrice])
