How to create a table with dynamic columns in Jaspersoft Studio?

I need to make this table in Jaspersoft Studio:

My table

In my table, sometimes there is one test, two, n tests or nothing. Is it possible? How can I solve this problem?

+2
source share
2 answers

You cannot dynamically create columns in jasper, but after creating some fixed number of columns, you can hide them using "print when expression" and "table component", see the link for more details dynamically hide the columns to show

+2
source

, , . Jasper Report "printWhenExpression", // . max no. , , printWhenExpression. DynamicJasper DynamicReports .

0

Source: https://habr.com/ru/post/1786377/


All Articles