Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
DBcalc conditional sum
rbuser
November 2006
edited November 2006
in
General
Hi;
is there a way to create a conditional sum with a TooDBCalc?, How?
TIA
Comments
nicocizik
November 2006
edited November 2006
Hi Willo,
The DBCalc component will only calculate the data traversed by the report.
If you would like to make a conditional calculation, you will need to use
the TppVariable component and make the calculation manually in the OnCalc
event.
--
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
The DBCalc component will only calculate the data traversed by the report.
If you would like to make a conditional calculation, you will need to use
the TppVariable component and make the calculation manually in the OnCalc
event.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com