Hey BIRT folks,
I have a report I'm working on, where I have a crosstab displaying 3 columns per column grouping. In the dataset feeding the data cube, I am dividing the first column by the second one, and outputting this in the 3rd column of the crosstab:
![]()
At the bottom of the crosstab, I have the totals of the first and second columns (Target and Actual). What I can't figure out is how to get that first column total divided by the second column, and to show it in the 3rd column in the summary row. I've tried to do an aggregation in that cell, but I only am able to access a single expression in the table (I can't write a custom expression to divide one column by the other one).
Thanks for the help!
I have a report I'm working on, where I have a crosstab displaying 3 columns per column grouping. In the dataset feeding the data cube, I am dividing the first column by the second one, and outputting this in the 3rd column of the crosstab:

At the bottom of the crosstab, I have the totals of the first and second columns (Target and Actual). What I can't figure out is how to get that first column total divided by the second column, and to show it in the 3rd column in the summary row. I've tried to do an aggregation in that cell, but I only am able to access a single expression in the table (I can't write a custom expression to divide one column by the other one).
Thanks for the help!