You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a footer label to groups, when the last group in the report contains just one element, the footer label is always incorrect (the label from the penultimate group is repeated).
Since the CustomExpression class is an interface, there is no way to correct this behaviour.
Below I include an extract of a typical DJGroup definition which creates a footer label with a CustomExpression, and a screenshot of the result it produces. You can see that the last footer label is incorrect.
The error is consistently replicated when the last group contains just one element.
I was able to reproduce this and did some fixes...
If you are familiar with JasperReport internals, this is a pain in the neck.
Please try new versions to check if the problem is solved
When adding a footer label to groups, when the last group in the report contains just one element, the footer label is always incorrect (the label from the penultimate group is repeated).
Since the CustomExpression class is an interface, there is no way to correct this behaviour.
Below I include an extract of a typical DJGroup definition which creates a footer label with a CustomExpression, and a screenshot of the result it produces. You can see that the last footer label is incorrect.
The error is consistently replicated when the last group contains just one element.
Typical DJGroup creation:
Incorrect last footer:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: