I have several fields in Galler1 that I need to 'display' as currency.
I have been working the following formula for a while and can't seem to get it to work correctly.
If 'Edit_PO_Current_Ex_Factory_USD_Fld.Text' is blank show "$00.00",
else subtract - (showing remainder at US Currency with decimal).
Edit_PO_Current_Ex_Factory_USD_Fld.Text -
Edit_PO_Deposit_Receipt_Amount_Fld_1.Text -
Edit_PO_Deposit_Returned_Amount_Fld_1.Text
If(IsBlank(Edit_PO_Current_Ex_Factory_USD_Fld.Text), "$00.00",Text(Value(Edit_PO_Current_Ex_Factory_USD_Fld.Text) - Text(Value(Edit_PO_Deposit_Receipt_Amount_Fld_1.Text) - Text(Value(Edit_PO_Deposit_Returned_Amount_Fld_1.Text),"$#,###.00"))))

Report
All responses (
Answers (