Question
1
Replies
393
Views
Cognizant
Posted: August 9, 2019
Last activity: August 9, 2019
Closed
How to Wrap the column Data in Report defination
Hi Team,
In report definition, one of the column having 255 character text data, which is extending Column width.every time we have to use horizontal scroll bar which is actually not user friendly behavior.
so, could you please suggest me how to wrap the text data. I have already applied the Column width option which is not worked.
***Edited by Moderator: Lochan to update platform capability tags***
Check if the instruction on this article works for you: https://community.pega.com/support/support-articles/unable-word-wrap-columns-report-definition
My suggestion would be to first try to use TextArea (not pxTextArea) control against that column (in column setting on report def). If that doesn't work, then update workform_pyReportingSkin CSS as instructed on that article.