Is this a regression?
No
Severity
π Major β significantly affects usability
Please provide the branch(es) you discovered this issue in
v92 (July 22, 2026)
Environment Details
V9.2.2
Please provide a minimal set of steps to reproduce the issue
1: Create simple report in Manager
<DatabaseExportDefinition BaseTable="PersonHasESet" TimeZone="UTC"> <WhereClause></WhereClause> <Columns> <Column TableName="PersonHasESet" ColumnName="UID_ESet" ExportDisplay="True" /> <Column TableName="PersonHasESet" ColumnName="UID_Person" ExportDisplay="True" /> <Column TableName="PersonHasESet" ColumnName="UID_ESet" ExportDisplay="True"> <Column TableName="ESet" ColumnName="Ident_ESet" ExportDisplay="False" /> </Column> <Column TableName="PersonHasESet" ColumnName="UID_Person" ExportDisplay="True"> <Column TableName="Person" ColumnName="FirstName" ExportDisplay="False" /> </Column> </Columns> </DatabaseExportDefinition>
Report preview in Manager

2: Assign report to identity
3: Identity opens report in portal

Description
When opening a simple report in the portal referenced columns (outside of the BaseTable) are not visible in the portal. You can see the data in the api end-points, but it's not correctly wrapped/resolved by the HTML appplication's logic.
Describe what you expected to happen versus what actually happened
The referenced columns should be displayed like in the Manager report preview.
Relevant logs or console output
Caller: ReportParameterWrapper
Add a screenshot(s) if that helps illustrate the problem
No response
Suggested Fix
This works without issues on v100
Anything else?
No response
Before submitting...
Is this a regression?
No
Severity
π Major β significantly affects usability
Please provide the branch(es) you discovered this issue in
v92 (July 22, 2026)
Environment Details
V9.2.2
Please provide a minimal set of steps to reproduce the issue
1: Create simple report in Manager
<DatabaseExportDefinition BaseTable="PersonHasESet" TimeZone="UTC"> <WhereClause></WhereClause> <Columns> <Column TableName="PersonHasESet" ColumnName="UID_ESet" ExportDisplay="True" /> <Column TableName="PersonHasESet" ColumnName="UID_Person" ExportDisplay="True" /> <Column TableName="PersonHasESet" ColumnName="UID_ESet" ExportDisplay="True"> <Column TableName="ESet" ColumnName="Ident_ESet" ExportDisplay="False" /> </Column> <Column TableName="PersonHasESet" ColumnName="UID_Person" ExportDisplay="True"> <Column TableName="Person" ColumnName="FirstName" ExportDisplay="False" /> </Column> </Columns> </DatabaseExportDefinition>Report preview in Manager

2: Assign report to identity
3: Identity opens report in portal

Description
When opening a simple report in the portal referenced columns (outside of the BaseTable) are not visible in the portal. You can see the data in the api end-points, but it's not correctly wrapped/resolved by the HTML appplication's logic.
Describe what you expected to happen versus what actually happened
The referenced columns should be displayed like in the Manager report preview.
Relevant logs or console output
Add a screenshot(s) if that helps illustrate the problem
No response
Suggested Fix
This works without issues on v100
Anything else?
No response
Before submitting...