Help with custom summary rows...

I have three rows of a custom summary that resemble something like this...

sumcol01 sumcol02 sumcol03
sumcol11 sumcol12 sumcol13
sumcol21 sumcol22 sumcol23

I would like to calculate the first column of the summaries differently from the other two columns of each summary row.
How can I calculate as follow ?

sumcol01 = text entry
sumcol11 = sumcol02/sumcol12
sumcol21 = sumcol02/sumcol22.

to get something like this...

TOTAL sumcol02 sumcol03
2.34 sumcol12 sumcol13
654.6 sumcol22 sumcol23


1 Reply

JA jamesb September 27, 2006 09:45 PM UTC

Never mind this one... i used the QueryStyleInfo to implement the intended behavior

Loader.
Up arrow icon