Hello all,
I am using the following formula to detect and remove brackets and the text within it however I need it to loop as some fields have more than one instance of bracketed text. The formula is:
IF INSTR({EstDescription.Description}, "(") = 0 THEN {EstDescription.Description}
ELSE
LEFT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.