Support Article
Error occurs on summarizing and drilling down the report
SA-74267
Summary
When using the out-of-the-box Summarize feature on a report mapped to a data class, summarizing works correctly. However, error occurs on drilling down the report on clicking any row. The columns are mapped correctly to the external table.
Error Messages
InvalidReferenceException .pyLabel Unexposed properties cannot be selected for classes mapped to external tables.

Steps to Reproduce
- Summarize a report.
- Drill down the report.
Root Cause
An issue in the custom application code or rules.
The error occurred because the system performed a drilldown to the pyDefaultReport version in the @baseclass. This version has a property column which used the .pyLabel property and which is not exposed in the class of the report.

Resolution
Perform the following local-change:
- Save As the out-of-the-box pyDefaultReport which is available in the @baseclass to the user's class and ruleset.
- Remove the unexposed properties (pyLabel, Entered on).
- Add the required columns.
Published April 4, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.