Application Development 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: 

Interactive report in background

Former Member
0 Kudos

Hi,

How to run a interactive report in background.I have used job_open,submit and job_close.Here a spool is getting genereated which displays the first o/p but after that in that report based on user selection further processing should happen.How to do it?

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

There is no code behind the spool data that could be executed.

You would have to write additional logic to retrieve the spool data, present it online and implement interactive processing.

Ask Martin, he did it successfully

Thomas

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

There is no code behind the spool data that could be executed.

You would have to write additional logic to retrieve the spool data, present it online and implement interactive processing.

Ask Martin, he did it successfully

Thomas