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

Vaiant selection

Former Member
0 Likes
385

Dear All,

We are having one application in which on pressing a button a list of reports is displayed. There when we select any report and execute it then the selected report is executed in the back-ground automatically.

Now, I want to run the report in the background by giving proper variant. Currently report is running without any variant or select-options.

Please tell how can we do this and how to select a variant automatically.

Waiting for ur prompt replies.

Warm Regards,

Nishant Jain

2 REPLIES 2
Read only

Former Member
0 Likes
362

Hi

U can use the option USING SELECTION-SET <VARI> when you submit the report.

Max

Read only

Former Member
0 Likes
362

thanks for your reply.