Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can we run Multiple reports using Powerprompts Application

Status
Not open for further replies.

cogjai

Programmer
May 8, 2002
47
HK
Hi all:
We have developed a test demo of powerprompts application. We can set the impromptu report to be run with this application in File/Properties Menu. When i went thru the cognos documentation, its mentioned that we can run multiple reports from powerprompt application, when the scripts are same for the reports which means same prompts and same user selections. Can we run multiple reports which have different prompts using one powerprompts application.

We want to run multiple reports using a option button selection. If i select option1, Report1 should run. If i select option2, Report2 should run. If this kind of functionality is available, we can create one application to run for multiple reports, depending upon user selection.
Can anyone has attempted this kind of functionality?

thanks in advance

 
I too have always wanted to try this. My feeling is you will have to manipulate the code in the Exit Page.

ie:

BTW: let me know if this works.
________
<tr>
<td>
<form action="<%= App.FinalURL %>" method="POST" target="_top">
<input type="submit" value="Run Report">

</td>
<td>
<form action="<%= App.BackURL %>" method="POST">
<input type="submit" value="Cancel">
<INPUT TYPE="button" VALUE=" Back " onClick="history.go(-1)">


</td>
</tr>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top