I have a database field that is a character field and looks like this 875.127.00.
I want to remove the last 2 zero's from the report. How should I do this?
I have already done this via the format field but it should also be possible via a formula.
Formula used: Left ({tsdsmd.dosvlg},6)
Error message: " string is requested there
I want to remove the last 2 zero's from the report. How should I do this?
I have already done this via the format field but it should also be possible via a formula.
Formula used: Left ({tsdsmd.dosvlg},6)
Error message: " string is requested there