Open case condition

Hi, Everyone.

I have these two questions in a form.

Question 1: Referiu o paciente para US?
o yes
o No
Question 2: Paciente referido para modelos diferenciados?
o yes
o No

I want to open a child case if the answer to the 2 questions is Yes. I don not know how I can to do this because what I see in the child case window below case open condition is Only if the answer to ……. Is ……… How would the expression be so that the child case is open if both conditions are met?

Hi,

In order to merge the two conditions you'll need to introduce a hidden value question whose calculated output is dependent on the criteria you are describing (likely using an if() function).

-Clayton

Thank you, Clayton, for your help.