How to use radiobutton group property?
I need to let user select two values from two set of radio buttons. I saw a property called "group" in the radio button design form. I do not know how to use this property. I can check for each radio button variable but it is a long process. if i can use group property to pick the checked one from each group the workflow is much simpler. Thanks for the help.
0
-
i did not find anything to this. so i was going to use if statement for the radio buttons. then i saw a post from Berend Veldkamp to do it like this:
If(radioBoolean1, "1",
If(radioBoolean2, "2",
If(radioBoolean3, "3",
If(radioBoolean4, "4",
If(radioBoolean5, "5", "0")))))
this is better than a nested if statements.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar