Crystal v10
SQL2000
I need to create a report in which the data returned is based on up to seven parameters selected. If a specific value for a param is selected, the results for that param should appear in a column on the report, while those params that do not have a specified value selected (default to ALL) do not appear on the report. So, if 3 of the params are selected, the report should look like this:
Header {?param1} {?param2} {?param3} Amount
Details xyz abc fgh $$$
If two params are selected, the results should be:
Header {?param1} {?param2} Amount
Details xyz abc $$$
I don't want gaps between the columns if a param is not used, and I can't use a cross tab because I need drilldown.
Any ideas how this can be done in Crystal?
Thanks.
SQL2000
I need to create a report in which the data returned is based on up to seven parameters selected. If a specific value for a param is selected, the results for that param should appear in a column on the report, while those params that do not have a specified value selected (default to ALL) do not appear on the report. So, if 3 of the params are selected, the report should look like this:
Header {?param1} {?param2} {?param3} Amount
Details xyz abc fgh $$$
If two params are selected, the results should be:
Header {?param1} {?param2} Amount
Details xyz abc $$$
I don't want gaps between the columns if a param is not used, and I can't use a cross tab because I need drilldown.
Any ideas how this can be done in Crystal?
Thanks.