-
Validate Comparitor Expressions
Hi all,
Is the following valid?...
IF (Expression) AND (Expression) AND ((Expression) OR (Expression))
where i want either of the expressions within the nested brackets to equate to true along with the two initial expressions
Tryst
-
yep looks good
You will need a TRUE from all three expressions in order for the IF test to return TRUE i.e.
IF (TRUE) AND (TRUE) AND (One of the two must return TRUE)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks