Correct Syntax Group Email Expressions

Hi

I am having some problems getting the group distribution email function working. What is the correct syntax for the expression to filter by state severity. I am using this but I get an coerce from string to integer error when I try running it.
‘{[STATE_SEVERITY]} = 4’

Thanks

Aidan

The expression should be the following:{[SEVERITY]} = 4

Thanks Travis