Multiple Row Definitions in a Table

Hi!

I want a Table like that:

ItemId Description Price Qantity Price Sum
#1051 Item #10051 15€ 2 30€
#1052 Item #10052 12€ 1 23€
#1000 Long Description of Item #1000...................

In the Dataset I have a field "Type" which I want to use to select different Table Definitions.

Is that possible?

Thanks

Florian

florian.bachmair's picture
Joined: Feb 6 2023 - 2:24am
Last seen: 3 months 2 weeks ago

3 Answers:

Hi,

I would not use a table element here either. I see the use for it limited. It is possible to remove columns and the remaining columns slide up - but the space of the table is not fully used. For such a use case I would go for customized SubReports.

johannes.held's picture
Joined: Dec 2 2015 - 12:51am
Last seen: 3 weeks 6 hours ago

Hello Florian,

that is possible and shows the versatile applicability of TIBCO Jaspersoft.

Here I would use additional detail bands and include them based on Print-When-Expressions set accordingly.

Best regards Johannes Held PRODATO

johannes.held's picture
Joined: Dec 2 2015 - 12:51am
Last seen: 3 weeks 6 hours ago

Thank you for the answer!

This is exactly the solution I had in mind, but unfortunately it seems that it is only possible to add another detail band to the report itself but not to the table.

florian.bachmair's picture
Joined: Feb 6 2023 - 2:24am
Last seen: 3 months 2 weeks ago
Feedback
randomness