cancel
Showing results for 
Search instead for 
Did you mean: 
SindhuSivapuram
Level 4
Status: Reviewed

We would like to have the ability to build complex conditions i.e., a combination of AND/OR logical operators between each IF statement or condition. As an example,

I would like to show comments/additional details field only when

  • Age field value is greater than 60 AND
  • Country of residence is not equal to United Kingdom. OR
  • Nationality is not equal to United Kingdom.
2 Comments
Clararaj
Staff
Staff

Sindhu 

 in the example you are giving what would the logic you like 

 Age > 60 AND (Country Not Equal to UK OR Nationality is not equal to UK ) 

or 
(Age > 60 AND Country Not Equal to UK )OR Nationality is not equal to UK 

We did consider adding multiple conditions when doing conditional logic. However moved it to the backlog. 

SindhuSivapuram
Level 4

Hi Clara,

I'm looking at building this kind of logic using UXbuilder.

Age > 60 AND (Country Not Equal to UK OR Nationality is not equal to UK ) .

I think we kind of have the same limitation in Dynamic forms, Communications (when building conditional content) as well.