Designware
Technical User
- Sep 24, 2002
- 202
Hi,
I need to remove the dash IF they appear at the end of a db field and put the result into a Formula Field.
db_field Formula_Field
01-2345- 01-2345
02-7503 02-7503
72-23089- 72-23089
93-45345 93-45345
I think I can use something like:
IF (RIGHT({db_field},1))="-" Then ???????
What can I put in the ????? area so the formula field ends up with the data listed above?
Thanks for your help.
Dale
I need to remove the dash IF they appear at the end of a db field and put the result into a Formula Field.
db_field Formula_Field
01-2345- 01-2345
02-7503 02-7503
72-23089- 72-23089
93-45345 93-45345
I think I can use something like:
IF (RIGHT({db_field},1))="-" Then ???????
What can I put in the ????? area so the formula field ends up with the data listed above?
Thanks for your help.
Dale