Cross-tab report with more than 8 RowLevels
I need of a Cross-Tab Report showing on the rows a list of values from 12 fields (record1, record2, record3...).
From the Cross-Tab-Editor, I dragged the fields to the list area under the Cross-Tab-Structure, but at the 9th field I've got an 'Access violation at address 05CDB692 in module frx6.bpl' error.
So I realize that FastReports has a limit of 8 RowLevels. Or not? Is there a workaround for that? Will it be fixed (as soon as possible, I hope)?
Help!
From the Cross-Tab-Editor, I dragged the fields to the list area under the Cross-Tab-Structure, but at the 9th field I've got an 'Access violation at address 05CDB692 in module frx6.bpl' error.
So I realize that FastReports has a limit of 8 RowLevels. Or not? Is there a workaround for that? Will it be fixed (as soon as possible, I hope)?
Help!
Comments
const
CROSS_DIM_SIZE = 8;
That is that I need:
HeaderHeaderHeaderHeader
Field1, Field2, Field3, Field12(sum Field 20)
Field1, Field2, Field3, Field12(sum Field 20)
Field1, Field2, Field3, Field12(sum Field 20)
Field1, Field2, Field3, Field12(sum Field 20)
A little bit schematic, but I hope it is clear: the rows will have 12 fields of description (First Name, Surname, Address, Country). With 8 Fields I have not headers.
Thanks once again. I look forward to FR3.05. And my customer too.