Multiple Row Definitions in a Table
Posted on February 7, 2023 at 12:53am
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
Joined: Feb 6 2023 - 2:24am
Last seen: 3 months 2 weeks ago
Posted on February 14, 2023 at 3:12am
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.
Joined: Dec 2 2015 - 12:51am
Last seen: 3 weeks 6 hours ago
Posted on February 14, 2023 at 1:10am
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
Joined: Dec 2 2015 - 12:51am
Last seen: 3 weeks 6 hours ago
Posted on February 14, 2023 at 1:46am
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.
Joined: Feb 6 2023 - 2:24am
Last seen: 3 months 2 weeks ago