briangriffin
Programmer
CR 2008
I have a crosstab in the report footer with various location names down the vertical axis and some numeric values down each column (each column is a month).
Each cell has two summed values and one percentage calculation based on those values.
I don't have the "don't summarize" option for the percentage formula, so I made it a max. Since each row only has one record, the result is the same.
I've suppressed the totals at the bottom, but the vertical totals were displaying the max value for the row. I changed the display string for the total field to a calculation (sum%count).
This works fine for the grand total, but each row also displays the grand total instead of the total for that row only.
I've played with the display string formula, but even changing it to just the location name gives the value of the last record (it's not the max value since I can change the sorting of the groups and the value changes). That means I can't use sum(value,location name) since the location name is always the same.
I get why the crosstab won't handle this automatically, but I don't get why the display string formula won't work.
Thanks in advance for your help.
I have a crosstab in the report footer with various location names down the vertical axis and some numeric values down each column (each column is a month).
Each cell has two summed values and one percentage calculation based on those values.
I don't have the "don't summarize" option for the percentage formula, so I made it a max. Since each row only has one record, the result is the same.
I've suppressed the totals at the bottom, but the vertical totals were displaying the max value for the row. I changed the display string for the total field to a calculation (sum%count).
This works fine for the grand total, but each row also displays the grand total instead of the total for that row only.
I've played with the display string formula, but even changing it to just the location name gives the value of the last record (it's not the max value since I can change the sorting of the groups and the value changes). That means I can't use sum(value,location name) since the location name is always the same.
I get why the crosstab won't handle this automatically, but I don't get why the display string formula won't work.
Thanks in advance for your help.