N
Newbie
Hi
I have a field that contains account number in the format
AAA/1
AAA/10
AAA/15
I would like to extract anything that is to the right of the "/" character.
If the / character doesn't exist then to return 1
How can I do this?
I have a field that contains account number in the format
AAA/1
AAA/10
AAA/15
I would like to extract anything that is to the right of the "/" character.
If the / character doesn't exist then to return 1
How can I do this?