-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
1 - RequestA request made by a member of the communityA request made by a member of the community2 - ReportsIssues that are related to reports and labelsIssues that are related to reports and labelsSeparationFrom6
Description
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
Assignees
Labels
1 - RequestA request made by a member of the communityA request made by a member of the community2 - ReportsIssues that are related to reports and labelsIssues that are related to reports and labelsSeparationFrom6
Type
Projects
Status
✅ Done