Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Interactive report

Former Member
0 Likes
464

    I have an interactive report.In each level,there are radio buttons.

    From level 1 to level 19,i have clicked in radio buttons in some levels.

    How can the program get to know in which levels the radio button was clicked?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
433

Hi,

if you have the same radiobuttons through all levels, then you can easily store the data in an internal table, where the level is the key or the index is the key.

Regards,

Klaus

2 REPLIES 2
Read only

Former Member
0 Likes
434

Hi,

if you have the same radiobuttons through all levels, then you can easily store the data in an internal table, where the level is the key or the index is the key.

Regards,

Klaus

Read only

0 Likes
433

Hi Klaus,

Thanks for the reply.

Can you please give an example (code)?

regds

Monika