Hello,
In Crystal Reports 2008 Design, I have a template, this template uses a sp, which returns 10 columns as the Database Fields. Could anyone tell me if I can do the following with this template and how?
If the parameter ?company = ABC, then count column1 and group by column2, column3 and column4, and display the data points column2, column3 and column4 in the report for company ABC
If the parameter ?company = BCD, then count column1 and group by column5, column6 and column7, and display the data points column5, column6 and column7 in the report for company BCD
If the parameter ?company = CDE, then count column1 and group by column8, column9 and column10, and display the data points column8, column9 and column10 in the report for company CDE
Thanks!