Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Crosstab/Matrix

edited May 2004 in General
Hi,
I'm trying to delete columns from a Crosstab matrix but get Access violation
error.
I call the ppCrosstab1.Matrix.DeleteColumns(1,1) in the ppCrossTab1AfterCalc
event.
The ColumnCount and RowCounts are 10 and 13 respectively.

Also, by deleting columns, does the grouping change? What I'm trying to
achieve by deleting columns from the matrix is to keep the groupings but
just not show some of the columns...I couldn't find a Visible property or
simlar so I'm trying deleting columns....

Cheers
Shanil.

Comments

  • edited May 2004
    Further to this,
    Instead of deleting columns, I set the CaptionVisible = false and set all
    necessary Borders = False so I managed to get the output I need, barring the
    fact that I'm getting a whitespace for the column I'm setting the
    CaptionVisible := False.
    It is the first column, so is there a way i can move the report to the left
    so I don't have the whitepace on the left?

    I did manage to delete a row without any errors but as I read in one of the
    previous posts, my report shifted values and didn't show correctly...

  • edited June 2004
    Hi Shanil,

    This has been fixed in a patch for ReportBuilder 7.03. Please upgrade to
    ReportBuilder 7.03 and send an email to support@digital-metaphors.com
    requesting the patch and we'll send the patch to you.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.