Hello:
I have a column that I want to remove all characters after { and it isn't removing any characters. It is not erroring out, but shows the entire column.
Here is my formula:
TRIM(TRAILING '{' FROM "Opportunity"."Opportunity Name")
What am I doing wrong?
Thanks for any insight.