Hi,
Can anyone assist me on this?
I had no issue if its for single radio button, How do I achieve this for multiple radio button?
If(IsBlank(Radio1_4.Selected),DisplayMode.Disabled,DisplayMode.Edit)
TIA.
Hi,
Can anyone assist me on this?
I had no issue if its for single radio button, How do I achieve this for multiple radio button?
If(IsBlank(Radio1_4.Selected),DisplayMode.Disabled,DisplayMode.Edit)
TIA.
Hi @Haki500 ,
Just add the rest
If(
IsBlank(Radio1_4.Selected) ||
IsBlank(Radio1_5.Selected) ||
IsBlank(Radio1_6.Selected)
DisplayMode.Disabled,
DisplayMode.Edit
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps