Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can anyone please help on this?
I need to remove only these type of data from some records.
I don't want see the data from bracket "(".
Try this
=SubField(YourField,'(',1)
Hi Kumar,
Please refer the below link
How to remove characters in between a string.
Many Thanks
Karthik
Thanks Karthik,
It removed some records but not all. still there are some records and generated duplicates as well.