Hi,
Can anybody help me!?! I am trying to create a report that is using tables from 2 seperate databases. One is a standard Nav and the other is a universal connected SQL. At the moment as soon as I change the Datasource and hit report it is telling me the table does not exist and throwing out the report.
Any tips on where to get started appreciated.
Thanks in advance
:)
5 comments
-
Jet Reports Historic Posts I haven't had any experience with the SQL connector, however if your NAV database has a SQL backend, you could create a view in your SQL database that points to the Nav table. If its on a different server, you would need to set them up as a linked server. You would then use your universal connected DB to access the Nav table through the view.
I have a feeling though somebody else may have a cleaner answer for you, as I can see several limitations/issues with such a method.
Good luck -
Jet Reports Historic Posts In Jet Reports you may set up multiple data sources. One of them may be set up as the default one. All this is done in Jet Reports Options.
In your report you can tell in the NL and GL function which data source it should use. If you take some time to read the Jet Reports Help PDF file you will find info on this topic on page 43/44, 110, 136 and 189..191. I'm sure this will help you create your reports. -
Jet Reports Historic Posts I had a feeling there would be an easier way…I'd forgotten completely about being able to specify different datasources (lucky I guess in having only one source - so far).
cheers -
Jet Reports Historic Posts The only downside is, when specifing your datasources in your formula, it's a lot harde to switch them than when you use a default datasource.
On the pages Hans pointed out, however, there is some info about setting them as an option if i'm not mistaking. -
Jet Reports Historic Posts All,
Thanks for your help, I have now created the report as desired. I have been able to use the "data source" and "company options in the JFX designer.
Thanks again
Dean