I have this Jasper Report that have a Crosstab placed on the Summary band. Though the Crosstab's dataset is based from the Query of the file, I need to add a third row group to it.
The question is how? I may have sucessfully added the third row by clicking Add Row Group
on the Row Groups of the Crosstab. When compiling / previewing the report, it prompts an error Crosstab bucket expression missing for group <field>
. This may be caused missing attributes in the other bands of related to in the Crosstab. I've tried to supply some static text
or other components but it returns that the placement is invalid.
How can I add another row group to the crosstab knowing that a Crosstab by default can only only two row groups allowed upon its creation?