How to use 2 operators in Confiforms Rules for Field Definitions macro?

Bill Mills August 22, 2022

I have 3 fields:

  1. FormType 
  2. Ready
  3. Business

I want to make Business a required field only when:

  • FormType field has value of  ChoiceA or ChoiceB

AND

  • Ready has value of Yes

 

I've currently have:

  • FormType:ChoiceA OR FormType:ChoiceB AND Ready:Yes

and have tried a few variations but have been unable to get the double operator to work.  

Is it possible and I have the syntax wrong, or is it not possible to use 2 operators?

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 22, 2022

Hi Bill

The expression you have is logically a bit incorrect

This is what it's should be

(FormType:ChoiceA OR FormType:ChoiceB) AND Ready:Yes

Alex 

Bill Mills August 22, 2022

Thanks Alex, it worked. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events