Hello-
Any idea on how to remove the -
When the Campaign Brand is field is empty so it doesn’t show:
-CAMPAIGN NAME:CAMPAIGN TYPE
And only shows:
CAMPAIGN NAME:CAMPAIGN TYPE
When the Campaign Brand is blank
IF(
{CAMPAIGN NAME},
CONCATENATE(
{CAMPAIGN BRAND},
IF( {CAMPAIGN NAME}, " - " & {CAMPAIGN NAME}),
IF( {CAMPAIGN TYPE}, ": " & {CAMPAIGN TYPE}),
IF( {CAMPAIGN THEME}, " - " & {CAMPAIGN THEME}),
IF( {EVENT NAME}, " - " & {EVENT NAME})
),
‘EVENT’
& ’ | ’ &{EVENT NAME}
)
