Hi all,
I have a radio button within a checklist in a gallery and i set a button visibility based on the selection of the value of the radio button.
Below is the formula that i have written.
If(Radio1.Selected.Value = "Yes", true, false)
if the user choose No in the next question of the checklist, the visibility of the button will turn false. However, i want the visibility of the button to remain appear so long a "Yes" value is selected in any of the question. Could someone help with the formula?