Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
Is there any way to use data from two datasets without innerjoin?
Can we use kind of aggregate expression for it? Could you explain with code example?

Thanks
Furqan
Posted
Comments
milenalukic 10-Mar-11 19:38pm    
It would help if you explain better what you would like to do.

1 solution

Is there any way to use data from two datasets without innerjoin?
Why do you need this?

You can define multiple dataset in one report.

Just in case, for a scenario you want to club result set of two dataset then you need to use Inner Join. Or you can also try to use Subreport if it fits in the scenario.

Can we use kind of aggregate expression for it?
I doubt this for a field in table/matrix/list as they have a defined one dataset. Maximum you will be able to use First value of any other dataset, but I am sure that would not be of much use.
 
Share this answer
 

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