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

Very simple problem

edited November 2001 in General
But i can't solve it...
The report layout is like:

GroupHeader
Detail
GroupFooter
Summary

In the detail i have:
Field1 Field2

In the groupfooter i need a variable with:
SUM(Field1)/SUM(Field2)

And in the summary the same:
SUM(Field1)/SUM(Field2)

I just can't make it work.
I have four delphi variables and in the afterprint of the detail band i
store the Numerator and Denominator values for the group and the
summary. On the OnCalc i calculated the values with those variables, but
the results are wrong.
thanks
--
Guillermo Castaño Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
GuillermoC@GrupoMillennium.com
www.GrupoMillennium.com

Comments

This discussion has been closed.