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

Full Text(Record values) does not display at Datatable-DataType

SA-59510

Summary



On optimizing a property on a data table, Full Text (Record value) value does not display in the data table (DataType).


Error Messages



Not Applicable


Steps to Reproduce



Optimize a property on a data table.


Root Cause



Optimize for reporting wizard on any property present in the data table class. Pega created a new individual column for that property of length 32 characters and inserted data from the PZPVStream to this column. If the column has text larger than 32 characters, Pega inserted 31 characters along with the + sign.


Resolution



Perform the following local-change:
  1. Use the below query to alter the column size.

    use dbprpc62sp2;
    Alter table dbo.pc_work alter column Name Varchar(50);

     
  2. Delete the PegaRULES_Extract_Marker.txt file present in the temp directory and restart the server.

    a) Insert a new row in the data table, using the data table editor, which contains more than 32 characters and less than 50 characters.

    b) Run the list view report. The current record added is displayed with full text in the report. However, the existing records which are added before the column size is altered still display with + sign.
For more information, refer to: https://community.pega.com/support/support-articles/full-description-not-displaying-particular-column
 

Published March 29, 2019 - Updated December 2, 2021

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