Hierarchical Datasource and Double-Pass report not working
Turntwo
Folsom, CA
We have a report with a Heirarchical datasource (object datasource).
Transaction
Detail
The report has a data band based off the Detail level (without a parent band for the Transaction), and a group header/footer based on one of the Detail fields.
This works fine, UNTIL we set the report Double-Pass (which we are doing so we can get % of total for Sum/Count fields on each Group). Once we set the Report to double-pass, the report is blank (the progress goes through all the Pages 1 through 18 or whatever, but then the second pass doesn't repeat the pages). It appears that it isn't resetting the datasource index on the second pass, probably because we are not using the root object of the hierarchy.
Transaction
Detail
The report has a data band based off the Detail level (without a parent band for the Transaction), and a group header/footer based on one of the Detail fields.
This works fine, UNTIL we set the report Double-Pass (which we are doing so we can get % of total for Sum/Count fields on each Group). Once we set the Report to double-pass, the report is blank (the progress goes through all the Pages 1 through 18 or whatever, but then the second pass doesn't repeat the pages). It appears that it isn't resetting the datasource index on the second pass, probably because we are not using the root object of the hierarchy.
Comments
I was able to reproduce the bug. I will inform you when I find the solution.
Have you tried the latest version?
Thanks,
Jason