WilliamLJohnson
Programmer
I am using Crystal Reports 8.5 in a Prolog environment.
For this report, the client requires the report totals to show at the top of the first page, while still retaining the ability to filter the report on specific, multiple database fields.
Creating a subreport linked to the filterable fields in the report header to calculate and display the totals has the problem that the values of the fields have not been evaluated at the time the header is generated. Making the report totals the main report and the details a subreport in the report footer would encounter a similar problem.
I am familiar with the proper methods for passing parameters into a subreport, but do not know how to access the report filter at runtime as a variable.
Does anyone know either how to designate the filter as a field object, or see a better method of accomplishing the stated goal of this report?
For this report, the client requires the report totals to show at the top of the first page, while still retaining the ability to filter the report on specific, multiple database fields.
Creating a subreport linked to the filterable fields in the report header to calculate and display the totals has the problem that the values of the fields have not been evaluated at the time the header is generated. Making the report totals the main report and the details a subreport in the report footer would encounter a similar problem.
I am familiar with the proper methods for passing parameters into a subreport, but do not know how to access the report filter at runtime as a variable.
Does anyone know either how to designate the filter as a field object, or see a better method of accomplishing the stated goal of this report?