Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Report browser headings truncated

SA-34673

Summary



User is facing below issues:
  1. Whenever they run the report from report browser, the horizontal scrollbar is going to extreme right initially. They are looking to have the focus on first column of the result.
  2. Last column heading is being truncated. Need to have complete heading which is given in Report definition.


Error Messages



Not Applicable


Steps to Reproduce

  1. Open Report browser.
  2. Click on any Report Definition configured.


Root Cause




The issue was happening because of the CSS being over ridden.

Resolution



Perform the following local change in workform_pyReportingSkin css file:

div.gridDefault div.divCont {
white-space: normal;
word-wrap: break-word;
word-break; break-word;
}
div.gridDefault div.oflowDiv {
height: auto !important;
}

div.gridDefault div#PEGA_GRID_CONTENT.gPercent{

margin:0% !important;
}

.gridHeaderTable th.cellCont div.cellIn
{
white-space: normal;
word-wrap: break-word;
word-break; break-word;
}

Published March 22, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us