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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Power Prompts/Impromptu sub-reports ( stored procedures)

Status
Not open for further replies.

rigged

Programmer
Jul 24, 2003
6
0
0
US
I have created a Power Prompts web application that will dynamically create user generated reports. They can choose any field available in the catalog they want. Using Power Prompts scripts, I add the fields using
GetReport().AddDataItem(colName,"[" + fldPath + "]");

The problem is I need additional data, that I can only derive from lengthy SQL. I can link the reports in Impromptu, but ( I hope! ) there has to be a way to do it dynamically in power prompts.

Can anyone help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top