‎2014 Jun 03 7:06 PM
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?
‎2014 Jun 04 6:29 AM
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
‎2014 Jun 04 6:29 AM
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
‎2014 Jun 07 11:04 AM
Hi Klaus,
Thanks for the reply.
Can you please give an example (code)?
regds
Monika