I created a quiz but each question has a different amount of answers. I want to hide the radio buttons of the fields that don't have answers. Is there a way to do that. As you can see below there are some questions with 2 answers, some with 4 and some with 5. I want to hide the radio button if an answer isn't associated.
Thank you so much! That worked!
Hi @rlevi ,
What formula are you using in Items property of the Radio control?
Anyways, I think you can use a Filter function for the data source of Radio and get nonblank values as options.
Filter(CurrentItems, !IsBlank(Value))
Best regards,
The radio control is used within the gallery.
and here is my SP list
Hi @rlevi ,
I understand that all the questions are items of a Gallery, but what about answers? Are they in a sub-Gallery as well?
Best regards,
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional