I've entered the following expression in a calculated field to remove pieces of text/numbers from another custom text field, but I get the following error message:
"This is an invalid custom expression, please try again."
LEFT({DE:Custom Field Placeholder}, 7), & MID({DE:Custom Field Placeholder}, 9, LEN({DE:Custom Field Placeholder}) -8)
Am I missing anything in particular? Thought I entered it correctly.