I have a field containg random length names but with an abrebviation at the end in brackets. I want to just show the name
eg xxxxx (yy xx bb) show xxxx
xxxxx XXXXXXX YYY (aa bb) show xxxxx XXXXXXX YYY
I tried this for instance :
replace ({Divisions.LongName},"(Head Office UK)","")
BUT the problem is the abreviation can be anything and any length so I need the formula to be something generic to replace whatever is in the brackets with nothing , plus the brackets of course :>)
eg xxxxx (yy xx bb) show xxxx
xxxxx XXXXXXX YYY (aa bb) show xxxxx XXXXXXX YYY
I tried this for instance :
replace ({Divisions.LongName},"(Head Office UK)","")
BUT the problem is the abreviation can be anything and any length so I need the formula to be something generic to replace whatever is in the brackets with nothing , plus the brackets of course :>)