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

Export to PDF does not export complete data

SA-75809

Summary


 

A few columns of a report contain a large amount of data. However, complete data does not display on the columns. The Export to PDF does not export the complete data.


Error Messages


 

Not Applicable


Steps to Reproduce


 
  1. Open a report definition with a large number of columns containing a large amount of data 
  2. Select the Export to PDF option. The PDF that is generated does not contain the complete data 


Root Cause



A defect in Pegasystems’ code or rules.

Resolution



Perform the following local-change:
Add the below Cascading Style Sheets (CSS) to workform_pyReportingSkin:
   
table.gridTable[pl_prop="pyReportContentPage.pxResults"] { 
table-layout: fixed; 

table.gridTable[pl_prop="pyReportContentPage.pxResults"] th, table.gridTable[pl_prop="pyReportContentPage.pxResults"] td { 
overflow-x: hidden; 
text-overflow: ellipsis; 
height: auto; 

table.gridTable[pl_prop="pyReportContentPage.pxResults"] td .oflowDivM
text-overflow: ellipsis; 

div.gridDefault div.divCont
white-space: normal; 

div.gridDefault div.oflowDiv
height: auto !important; 

textarea
white-space: pre-wrap; 
}

 

Published March 22, 2019 - 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?

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