kamal1978 / LTFHC

0 stars 1 forks source link

Prenatal HIV logic not working #345

Closed space-ravi closed 3 years ago

space-ravi commented 3 years ago

See screen "Prenatal Man HIV Skip". On this screen, the choices are YES or NO (or in French, OUI or NON). If YES, then go to screen "Prenatal age of partner". If NO, then go to screen "Prenatal household"

The logic I have in the "Prenatal age of partner" screen is pasted below. I am not sure why it is not working.

Screen Shot 2020-11-05 at 8 19 57 PM

whpVishal commented 3 years ago

Hello Ravi, If there is logical condition on any screen components then, You have to select "Save" on the OnClick . Only then a particular screen will check for its logical condition fulfilment.

Note : The Logic will only work on those screens whose value get stored in local Db.

Untitled