cancel
Showing results for 
Search instead for 
Did you mean: 

Analytrics Application Desiner Radio Button-Auto Run/Selection

0 Kudos

Hi All,

I have written a script for Dynamic visibility using IF...Else IF.. Statement within the Story page using Radio Button. Now I am trying to write a script which will trigger the auto run/scan of Radio buttons.

Is this feasible to SAP Analytics Cloud Script? Can some one through light on the same?

Regards

Emmanuel

ashutosh_rastogi
Active Contributor

Can you elaborate on the business usecase?

-Ashutosh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member411491
Active Participant
0 Kudos

Hi Emmanuel,

What you are trying to achieve dynamic visibility of radio button or base on radio button selection why want to set visibility?

Regards,

Sanjay Guha

former_member542603
Participant
0 Kudos

Hi,

RadioButton.GetselectedText() or Radiobutton.GetselectedKey(); will help you in returning the list of selections from the Radiobutton.

- Sathya