I am constantly being asked to create reports that have different data sets on one page or report. This is like writing 4 separate SQL queries that can not be joined without wrecking one another. Each of those Sqls would be used as 4 different summary sections or crosstab etc... Doing it this way obviously does not work without joining each SQL or creating separate subreports which I dont want to do for performance reasons.
1. Does anyone else have to overcome this challenge and how did you do it?
Any help or completely different suggestions would be great.
Thanks