Support Article
Alignment Issue in Drill down reports
Summary
When the report has horizontal scroll bar, header is not aligned with the report content. So user is expecting a scroll bar on report level.
Error Messages
Not Applicable
Steps to Reproduce
1. Configure a Report Definition.
2. Include more than 20 columns such that the horizontal scroll bar appears.
3. Scroll the report and observe that the scroll bar is not set on Report Definition (RD), but rather it is set on container (Harness - DisplayReport).
Root Cause
The Report Definition is embedded inside the harness rule code-pega-List DisplayReport which is final rule so when the report has more than 20 columns then one can observe that the scroll is set on container level rather than on RD level.
Resolution
Here is an explanation for the issue:
The custom header which is embedded and generating inside the container has to be modified for the above use case, that is, when one has a scroll bar then the header should be spanned across the width of the RD and also providing scroll on Report level is not feasible in this scenario.
Note: The Out-of-the-box (OOTB) header pyReportEditorHeader is spanned across the width of the RD, so user has to configure a header similar to the OOTB rule.
Published July 19, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.