In Pega Constellation I am facing an issue with a property that is populated using a Declare Expression.
- The property belongs to the same class as the Report Definition.
- The property is optimized for reporting.
- The calculated value is visible in the UI.
- The value is present on the clipboard.
- The corresponding database column contains the correct value, and I can verify it through a database query.
- However, when I add this property as a column in a Report Definition, the report displays a blank value for that column.
Other properties in the same class are displayed correctly in the report. The issue occurs only for the property populated through the Declare Expression.
Has anyone encountered a similar issue? Are there any additional configurations, report settings, or known limitations related to reporting on properties populated via Declare Expressions that I should check?