I have a main report containing two sub reports. These two subreports contain individual sql queries. A particular field in main report is used as a parameter to these queries.Then data from these two subreports is to be combined and is to be displayed on the main report side by side i.e fund name comes from one subreport and the user corresponding to that fun name comes from another sub report and they needs to be displayed side by side.
Please let me know how to do this.