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

Calculated Report Definition Column Display

SA-55506

Summary



Error occurs when displaying the Calculated report definition column on a table using the .pyTextValue(1) value list property that has Formatted text control.






Error Messages



"Section 'X' execution error on page" of class 'Y-Work'. : cannot be null or blank.
page: pgRepPgSubSectionX.pxResults(1). Details: Invalid value for a Reference passed to com.pega.pegarules.data.internal.clipboard.VirtualClipboardPageImpl.getProperty(String, char)




Steps to Reproduce

  1. Create a report definition with a column using a calculated value
  2. Reference the report definition in a table layout of a section.
  3. Set the .pyTextValue(1) as the property for one of the cells in the table while using Formatted text as the control.


Root Cause



An issue in the custom application code or rules.


Resolution



Perform any one of the following local-changes:
  • Configure a grid column with no control ('Control inherited from property') with property @@pxConcatenate(C.Prop1,C.Prop2,"" "").


     
  • Use JSP in Label control to display the Value list property

    <%=tools.getStepPage().getString(".pyTextValue(1)") %>



     
  • Select the 'Create grid dynamically' option instead of specifying static columns in the table. Alternatively, create another report definition with fewer columns or a virtual report definition.


     
  • Wrap the report definition in a data page to use as the table source. Using a data page, use the .pyTextValue.

Published September 25, 2018 - 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