‎2007 Apr 20 4:28 PM
Can we click on multiple rows at a time in interactive reports??
If yes how.....
Would reward.
thanks
‎2007 Apr 20 4:31 PM
‎2007 Apr 20 4:31 PM
‎2007 Apr 20 4:34 PM
alchemi,
u can use that one by using the hide stmt on the desired two fields.
And in the first secondary list, u can put a if condition for the hided fields. so that if the condition is satisfied u can process a set of commands else process the other block of commands.
Regards...
Arun.
Reward points if useful.
‎2007 Apr 20 4:35 PM
hi.,
If you want to select multiple rows at a time You can use checkbox in list for processing further in interactive reports.
regards,
veeresh
‎2007 Apr 20 6:27 PM
‎2007 Apr 20 6:30 PM
Its not possible. However for this requiremnt you can add a chek box at the start of every row. The user would have option to use this check box. Make the check box as input.
When you execute the program you can process data only for the rows where the check box box field = 'X'.
Hopw this helps.
Shreekant
‎2007 Apr 20 7:32 PM
hi ,
no u cant click on multiple rows but u can hide the fields n click on them....just try it out....
if u want u can hide all the fields in a row so that u can click on any one field to get the secondary list...