I need to make this table in Jaspersoft Studio:
My table sometimes have one test, two, n test or nothing. Is it possible? How can I solve this task?
I need to make this table in Jaspersoft Studio:
My table sometimes have one test, two, n test or nothing. Is it possible? How can I solve this task?
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 detail dynamically hide show columns
I do not know if you still need it but just for the reference. In Jasper Report, you can use 'printWhenExpression' where you can print a particular row/column/value based on a certain condition. If you know the max no. of columns then add those columns in your design and then hide them using printWhenExpression. Or else you can also go for DynamicJasper or DynamicReports for this purpose.