Aggregate functions created by report wizard missing parameters
Posted: Mon Oct 19, 2009 8:13 am
When I use the Report Wizard to create a report and select any functions on the Totals tab, the created report has "Function()" instead of "Function(Column)" in the footer.
For instance if I select Sum for ReportData.AVG_BASE_PAY_VALUE it inserts "Sum()" instead of "Sum(ReportData.AVG_BASE_PAY_VALUE)"
If I change the function to include the column it works fine, otherwise it always returns zero for the total.
For instance if I select Sum for ReportData.AVG_BASE_PAY_VALUE it inserts "Sum()" instead of "Sum(ReportData.AVG_BASE_PAY_VALUE)"
If I change the function to include the column it works fine, otherwise it always returns zero for the total.