I am using japser reports in groovy grails.I have a list of subcategories belonging to a particular category.I am using the concept of "group" to form an indivudual group for eacg Category.
My requirement is the "name of the category" should span the entire group to which it belongs when the report is generated.How can we do it since we can't mention a specific height.
i am using <printWhenExpression><![CDATA[$V{categoryGroup_COUNT} == 1]]></printWhenExpression>.But,this prints the "category name" only for the first element in each group something like below:-
2 Answers:
I was facing issues in passing the data from my Grails Controller to jasper report using a crosstab component.
So,i used list and table components to construct my view.Can I achieve the above rowspan thing using table component.
If by any method,I can dynamically set the height of the "Category" column in my controller at runtime.