Skip to:
In an invoice contains:
an template that has Print Aggregate selected; and
one or more individually charged items; and
these were done on the same datethe Date will be repeated, despite being the same.
A similar issue arises if the product type is being displayed.This issue also occurs with estimates.
This is because the aggregate template and items are displayed using different bands, making the isPrintRepeatedValues flag ineffective.
It may be possible to suppress this by tracking the prior displayed date in a variable, and only displaying the current date if it is different.
This has a question on SO: https://stackoverflow.com/questions/62143045/suppressing-duplicate-values-in-different-bands-in-a-jasperreport
In an invoice contains:
an template that has Print Aggregate selected; and
one or more individually charged items; and
these were done on the same date
the Date will be repeated, despite being the same.
A similar issue arises if the product type is being displayed.
This issue also occurs with estimates.
This is because the aggregate template and items are displayed using different bands, making the isPrintRepeatedValues flag ineffective.
It may be possible to suppress this by tracking the prior displayed date in a variable, and only displaying the current date if it is different.