Support Article
Unable to perform "Save As" of a report
SA-40263
Summary
When user performs "Save As" of the report, they get error messages with Pega 7.2.
Error Messages
These four errors come up on the screen while performing "Save As".
.pyUI.pySource.pySubReportInfo(1).pyFilters.pyFilter(1).pyFilterValue:
An invalid value '.XXX' has been entered in a join condition for subreport .pyUI.pySource.pySubReportInfo(2).pyFilters.pyFilter(1).pyFilterValue:
An invalid value 'AX.XXX' has been entered in a join condition for subreport
java.lang.NullPointerException
Steps to Reproduce
1. Open a report from portal.
2. From Actions tab click on "Save As".
3. Select public category and submit.
Root Cause
The reason for this issue is because of side effect of HFix-28029 that throws PRRunTimeException.
Resolution
Apply HFix-34471 to fix the PRRunTimeException issue and to fix the error - An invalid value 'AX.XXX' has been entered in a join condition for subreport
Ensure that you have "Right Hand Side of filter conditions" checked in "Where will you use this sub-report" in the sub-report configuration in order to use that column in the other sub-report join condition.
Since the below report uses the column of the previous sub-report in the right side filter condition, we have to ensure that the "aa" sub report has "Right hand side of filter conditions" checked.
Published September 19, 2017 - 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.