Jump to content
Changes to the Jaspersoft community edition download ×

Call multiple stored procedures in Studio


julian111

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Yes, you can but as either multiple DataSets or as a subreport.

When you create a DataSet the wizard is simple and doesn't allow you to specify the query language.  You can either create an empty one or add a temporary SQL in the wizard.

DataSet Wizard:

Once the bonus DataSet is created you can edit it and specify the plsql SQL language and update the text to the procedure call.

If you are going to use the multiple dataset route then you can use a List, Table, or CrossTab to present your data for each stored procedure.

Link to comment
Share on other sites

Thank you!

Is there also a way to use both datasets in the same report then? When I try to pull the field from the additional dataset to the report studio just says:

Our goal is to have the column headers from the main dataset and the column content from the additional dataset or the other way around. 
 

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...