Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to trim the names from the filed names
i want to remove showroom from every fields name.
May be do this
Subfield([Branch Name], ' ', 1)
or you can use Replace Function
Replace([Branch Name], ' Showroom', '')
May be do this
Subfield([Branch Name], ' ', 1)
or you can use Replace Function
Replace([Branch Name], ' Showroom', '')