Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,

I am looking for a solution where i can use 5 table in a single crystal report. Is t possible using Multiple Select Query in a single statement. Please help me in achieving this. I googled but found nothing related to my query.

Thanks in anticipation.

Regards
Posted

1 solution

You should be able to create multiple datasets within the same crystal report. Each dataset would represent the data you'd like from each table. One SQL statement with multiple select statements will not work in this case. Just split your select statements into different datasets. I'm familiar with Crystal Reports 11.0 and 13.0, and both allow for this functionality.

Also, sometimes when you open the a Crystal Report from Visual Studio, it will complain that there are multiple data sources found for a report (or something like that), just click OK to ignore it and at compile time, everything works out just fine.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900