Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
1) I have a fied "Country" with values as
My output should be as follows
Appreciate help on this ...
you can use subfield(Country, ' ',2)
You can also use
=Right(Name,Len(Name)-8)
if they are all in the same format.
With Name as your field name of course.
Hi
Try like this
subfield(Country, ' ',2)
Good replies
!!!!!