Not equal operation

how I can define not equal operation in the expression editor.

I want not equal to the same specific country.

Hi , use
in_ountry <> “Italy”

You have to use it like below

(Not in_Country.Equals("Italy"))

which is equivalent of Not Equal.

Regards,
Karthik Byggari

1 Like

not worked it !!

Thank you it will work :blush:

1 Like

Can you mark the post as solution. Thanks.

Regards,
Karthik Byggari

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.