cancel
Showing results for 
Search instead for 
Did you mean: 

All data disappaers from report when fourth data table is added?!

Former Member
0 Kudos

I've designed a report in CR XI that relies on a stored proc and two additional linked sql tables. Everything works great in this configuration.

BUT, when I add one more data table (a fourth data source), no data appears in the report. The link between this newest table and the other tables is a good join: I've verified it in sql, in Access, etc...

I even attempted to "work around" the problem by adding a subreport that is based on the new sql table, instead of including the sql table to the main report. Unfortunately, the subreport approach yields the same problem of no data displaying in the report.

Is there some sort of limitation on how may data sources can be used in a CR report if one of the sources is a stored procedure??!

Thanks in advance for any assistance with this problem,

--Pete

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

4 data sources should not be an issue... When you add the fourth data source, how are you linking it to the others? can you create a report using just the new datasource, and does it return records ? You say you have a good join, you may want to verify that. Is if a left outer join to the main table ?

Answers (0)