Skip to content

Fields should display with their schema-assigned labels in Jaspersoft Studio #2072

@grantfitzsimmons

Description

@grantfitzsimmons

Currently, when developing a report or label in Jaspersoft Studio, the field name is the one from the XML of the query.

This results in a very ugly, unintuitive display format when editing in Jaspersoft Studio:

"Det. "+($F{5.agent.firstName}==null?"":($F{5.agent.firstName}+" "))+($F{5.agent.lastName}==null?"":$F{5.agent.lastName})

In SpiReport, this would display as something like this:

"Det. "+($F{First Name}==null?"":($F{First Name}+" "))+($F{Last Name}==null?"":$F{Last Name})

This needs to be improved before moving away from iReport as the primary report developer.

Metadata

Metadata

Labels

1 - RequestA request made by a member of the community2 - ReportsIssues that are related to reports and labelsSeparationFrom6

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions