<@U2AFFF3UP> you will just get back `{customer.alt...
# suiteanalytics
m
@mattb you will just get back
{customer.altname}
. If you want to cover both possibilities you can do something like
REPLACE(REPLACE({customer.altname}, 'Blah : ', ''), 'Blah\'s :' , '')
or use a regular expression
REGEXP_REPLACE