Using Google AppScript. How could I find the checked RadioButton in a group? If it requires handler then with server one.
Many Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
there is an open issue on this but there is also a nice workaround 😉 (found by Romain Vialard, GAS TC)
here is a slightly modified version of his script adapted to run on a spreadsheet :
Note that the radioValue item can be either a textbox or a hidden text, both possibilities are in the script/