I have a SP(stored procedure) that, depending on the input parameters, can output different fields.
So when I attempt to design the report in Crystal Reports 9 I specify the SP and the default parameters and it results in putting one subset of my recordsets on the report as per the parameters.
How do I insert fields onto the report that I know will be returned from my SP? I need to do this as I am calling the report dynamically from ASP and want to be able to design the report fields to be laid out as best as possible. Should I use many alias' of the same SP?
thanks
So when I attempt to design the report in Crystal Reports 9 I specify the SP and the default parameters and it results in putting one subset of my recordsets on the report as per the parameters.
How do I insert fields onto the report that I know will be returned from my SP? I need to do this as I am calling the report dynamically from ASP and want to be able to design the report fields to be laid out as best as possible. Should I use many alias' of the same SP?
thanks