I have a Yes/No field that I want to hide in subsequent visits if “Yes” is selected during any visit.
For example, if “Yes” is selected during Visit 4, the question should be hidden in all subsequent visits, but it should remain visible in all previous visits completed.
I am aware of the Action Tag @HIDDEN, but I am having trouble implementing it correctly.
Could anyone provide guidance on how to achieve this functionality?
Instrument: Follow_up
**Field: ** [flup_relapse]
Events: from [visit_1_arm_1] to [visit_10_arm_1]
Thanks,
With the logics I have tried, I have not been able to make the questions visible in the previous visits.Here I share an attempt at logic:
@IF([visit_2_arm_1][flup_relapse]=’1′,@HIDDEN([visit_3_arm_1][flup_relapse]) and @HIDDEN([visit_4_arm_1][flup_relapse]) and @HIDDEN([visit_5_arm_1][flup_relapse]) and @HIDDEN([visit_6_arm_1][flup_relapse]) and @HIDDEN([visit_7_arm_1][flup_relapse]) and @HIDDEN([visit_8_arm_1][flup_relapse]) and @HIDDEN([visit_9_arm_1][flup_relapse]) and @HIDDEN([visit_10_arm_1][flup_relapse]),””)
Javier Gámez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.