Hi, I'm trying to create an expression in a ...

Hi,

I’m trying to create an expression in a slice but it doesn’t seem to let me use an apostrophe. This is my expression:

AND([DATE] = <TODAY(), [PROMOTION]=Gus’s Market)

I get this error message:

Expression ‘AND([DATE] = <TODAY(), [PROMOTION]=Gus’s Market)’ could not be parsed due to exception: Number of opened and closed parentheses does not match.

Is it not possible to use an apostrophe in an expression?

0 2 360
2 REPLIES 2

@Terry_Jacob

Try quoting the string value

AND([DATE] = <TODAY(), [PROMOTION]=“Gus’s Market”)

@Philip_Garrett_Appsh That worked. Thanks for your help.

Top Labels in this Space