joshuaguilty
Programmer
I have two reports which list the sales of salesperson and their customers.
1st report "Details report" has columns - Salesperson, Customer, Sales
2nd report "Summary report" has columns - Salesperson, Sales
Could I combine the two reports into one with a parameter like @Summary (Y/N). Therefore if 'Y' then run "Summary report" and 'N' for the "Details report". If the above is feasible then will I have to design with two sets of header/body/footer? Would the hidden header/body/footer takes space (which might be ugly even they are invisible). Thank you. (SQL 2005)
1st report "Details report" has columns - Salesperson, Customer, Sales
2nd report "Summary report" has columns - Salesperson, Sales
Could I combine the two reports into one with a parameter like @Summary (Y/N). Therefore if 'Y' then run "Summary report" and 'N' for the "Details report". If the above is feasible then will I have to design with two sets of header/body/footer? Would the hidden header/body/footer takes space (which might be ugly even they are invisible). Thank you. (SQL 2005)