AND constraint not working?

My AND constraints aren’t working. The first part of the constraint is triggering the switch completely ignoring the AND command and everything after it. Is anyone else experiencing this?

Actually it looks like only constraints that have an AND command that also utilize < or > commands

Can you show a screenshot or example of your expression and runtime values in the debugger? It will help determine if it’s a bug or not.

Hey guys I figured it out. I have ‘<’ commands attached to certain fields, however depending on the direction the user takes, some of those fields wont be seen… which means they are left blank. I didn’t realize that a empty field in the database is considered ‘<’ than a number… I fixed it by adding: AND “x” field IS NOT EMPTY.

1 Like

This topic was automatically closed after 17 days. New replies are no longer allowed.

This topic was automatically closed after 17 days. New replies are no longer allowed.