Skip to Content
0
Former Member
Mar 01, 2011 at 11:18 AM

Ruleset - Relationship and Combination of Field Values (AND/OR)

25 Views

Hi Experts,

just have a short question that I was arguing about with a colleague...

We would like to create the following logic in the rule:

The user should not have the Value A with D, or A with K, or A with S.

Basically we want to check for A AND (D OR K OR S).

Can this be achieved with the following:

OBJECT FIELD A AND

OBJECT FIELD D OR

OBJECT FIELD K OR

OBJECT FIELD S OR

Thanks!