Skip to content

Simple report returns empty columns (ReportParameterWrapper)Β #521

Description

@NielsDeGroot

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
Image

2: Assign report to identity

3: Identity opens report in portal
Image

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...

  • I have searched for existing issues that match this one on github and on the community support page
  • I have included all necessary details to reproduce this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions