cancel
Showing results for 
Search instead for 
Did you mean: 

setSelectedValue() on Radio Button only executes one time in Design Studio 1.2

Former Member
0 Kudos

Using Design Studio 1.2 - I've placed an image on our dashboard that acts as refresh button.  When the image is clicked, two radio buttons on the screen should get reset to their default values.  The code only executes properly the first time, and any subsequent try does nothing.  Does anyone know why this might be happening?

Step 1. Place the image on the screen

Step 2. Add code to On Click event to change values of two Radio Buttons: RB_ORG_LEVEL and RB_YEAR.

Step 3. Change values in both Radio Buttons to any value but their default value. 

Step 4. Click the refresh image the first time, and both values get set back to their default values ("Entire Org" and "Current Year").

Step 5. Click the refresh image the second time, and even though the code programmatically sets them to their default values ("Entire Org" and "Current Year"), the change doesn't occur. 

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Could you try this again with the latest Design Studio 1.2 SP2 ?  See http://service.sap.com/sap/support/notes/1962767

Former Member
0 Kudos

Thank you Tammy! We were only on Service Pack 1.  Upgrading to Service Pack 2 fixed my issue. 

Answers (0)