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

multiple rows in interactive reports?

Former Member
0 Likes
893

Can we click on multiple rows at a time in interactive reports??

If yes how.....

Would reward.

thanks

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
817

Hi,

I don't think you can do that.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

ferry_lianto
Active Contributor
0 Likes
818

Hi,

I don't think you can do that.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
817

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.

Read only

former_member673464
Active Contributor
0 Likes
817

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

Read only

Former Member
0 Likes
817

Hi,

not possible.

regards,

bhaskar

Read only

Former Member
0 Likes
817

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

Read only

Former Member
0 Likes
817

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...