Support Article
Alignment of 'Excel Editor' button in List View report in Pega7
SA-9461
Summary
You have a List View report with 40 columns with an 'Excel Editor' button configured. This is migrated from PRPC 5.5 to Pega 7.1.4. When the report is run, users have to scroll across all columns till the end to see the 'Excel Editor' button. You have a requirement to have a button to appear in the default screen space.
Error Messages
Not Applicable
Steps to Reproduce
Create and Open a List View with 40 columns configured with an 'Excel Editor' button.
Root Cause
This is out-of-the-box behavior for List View in Pega7.
Resolution
To achieve your requirement, you can implement a Local-change as below.
1. Go to your List View, open Format tab and create a style sheet (write any name in 'Style Name' and open to create).

2. Paste the below code in file and save.
#embeddedlvbody table{
width: 10px !important;
}

3. Save your List View and verify the solution. The 'Excel Editor' Button now comes in the default screen view.

Published June 12, 2015 - 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.