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

Edit Report section doesn't display while switching many screens

SA-37662

Summary



Developer has implemented dynamic containers for dashboard to enable tabbed design to switch between multiple screens at a same time.

But developer experiences repercussions of this as "Edit Report" functionality does not behave normally.

The report browser opens in a tab and viewing or exporting report is just fine and has no issues. But when the user clicks on edit report, the screen shrinks.

It happened on any browsers and for all reports.

​Note:
Using dynamic tabbed layout and so all screens open as tabs.

Error Messages



Not Applicable

Steps to Reproduce




1.Go to Report Browser.
2.Click on a report.
3.Click Edit button.



Root Cause



A defect in Pegasystems’ code or rules, the iframe height attribute is fixed to 383px for report editor and is not being responsive.

Resolution



Add below code as in additional style sheet:

<style>
iframe{
Width : 1500px !important ;
height:2500px !important;
}


Note: Adjust the attributes as per your requirement.

Published June 30, 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