Home End User

LookAhead

edited March 2003 in End User
Hello :

I'm creating an end-user report with one group and one summany.
I need to print in the group's footer band the percentage relative to the
total :

Example :

Product 1 , Total 30 kg (DBCalc2) pct. : 30% (variable1)
Product 2 , Total 60 kg.(DBCalc2) pct : 60% (variable1)
Product 3 , Total 10 kg.(DBCalc2) pct : 10% (variable1)

Summary : Total 100 kg (DBCalc3)


What I do :

Report : Two Pass
DBCalc3 : lookAhead := True
variable1.OnCalc :
Value := (100*DBCalc2.Value) / DBCalc3.Value

But it doesn't work

Do you know what should I do?

Thank you

David

Comments

This discussion has been closed.