Show a question if a particular option in a proceeding checkbox question is selected

How to create a display condition that will show a text type field if the “other” option is selected in a drop down list ?

I have a drop down list in an event capture where if the selected option is ‘other’, a specify other question must be shown so that the chw can write something. Is this possible in DHIS2?

1 Like

Hi @fernando, you can create an additional data element of type Text/Long Text, and assign to the program stage/program stage section.

Next, create a program rule where you can use the hide field action to hide the ‘Specify other’ data element till the time the value in the above data element is not equal to ‘other’ from the options available.

1 Like

Thank you, Saurabh, for your answer.

1 Like