Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Basic Question i hope
rbuser
May 2009
edited May 2009
in
RAP
I have a variable (variable 2) in the detail band. (Its value is based on a
cost price x qty).
This then gives me the totals for each item which is fine.
How would i then Sum up variable 2 in the footer band?
Stuart
Comments
nicocizik
May 2009
edited May 2009
Hi Stuart,
In the OnCalc of Variable2, update the value of a different variable located
in the footer band.
Variable3.Value := Variable3.Value + Value;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
In the OnCalc of Variable2, update the value of a different variable located
in the footer band.
Variable3.Value := Variable3.Value + Value;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com