Jump to content
We've recently updated our Privacy Statement, available here ×

Problem in accessing two different data sources in same report


Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

You could define a so call "SubDataSource" within your design, where one is for accessing your oracle database via an select (Connection must be passed from Outside, when filling the report) and the second one could access your csv file (filename could be passed as parameter or hardcoded or whatever).

The SubDataSources could be used for SubReports or ListElements or Crosstabs or Tables.....

You could also just use the main datasource (e.g. the sql oracle one) for filling process of the MasterReport and just the CSV-SubDataSource for a integrated SubReport.

So just give it a try.

hth + regards

C-Box

Link to comment
Share on other sites

  • 2 months 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...