Grouping with two sub sections from two different tables
Posted: Mon Mar 14, 2016 7:11 pm
I have two sql procs that will return two different types of data for my product inventory. I want to display the report grouped by product and then in the detail for each product I want to display the two subtables for that product from each proc.
I'd like to avoid subreports running over and over for each individual product.
Is there a way that I can call the two procs to return all the data for all the products from each source, but then have the grouping somehow stay synced with each of the two datasets? If not, what would be the best way to write this type of report?
I'd like to avoid subreports running over and over for each individual product.
Is there a way that I can call the two procs to return all the data for all the products from each source, but then have the grouping somehow stay synced with each of the two datasets? If not, what would be the best way to write this type of report?