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!
;)

Comments

  • edited 1:22AM
    Change the frxCrossMatrix.pas:

    const
    CROSS_DIM_SIZE = 8;

  • edited 1:22AM
    I can't modify frxCrossMatrix.pas: I have the Standard Edition, without sources... and I am out of budget! Any other solution?
  • edited 1:22AM
    Sorry, there is no other solution. Wait for FR3.05.
  • edited 1:22AM
    Ok, I'll wait, thank you. Another problem related to this: the headers.
    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. ;)

Leave a Comment