Expression issue

‘Status*’ LIKE “assigned” OR ‘Status*’ LIKE “pending” OR ‘Status*’ LIKE “in progress”

(Please anyone help me how to write this expression in type into, like what’s the correct way to write expression… i tried so many ways still its not working. simply it’s working but when i paste this expression in type into it shows error )

Hi,

Can you try as the following?

image

"'Status*' LIKE ""assigned"" OR 'Status*' LIKE ""pending"" OR 'Status*' LIKE ""in progress"""

Regards,

Thank You for helping me

1 Like