dbcalc for another dbcalc??
Hi.
I have a question for the report that i curreltly have 3 groups. both group
have to use dbcalc to get the total.
-------------------------------------------------
total of G1: sum1
------------------------------------------------
total of G2: sum2
-------------------------------------------------
total of G3: sum3
-------------------------------------------------
I need to use 2 pipeline to get the right caculation
how can u do that? i want to use datapipeline1 qty_order for the sum ,and
qty_order in datapipleine2 for sum 2 and sum 3, How to set it right? thanks!
From Jes
I have a question for the report that i curreltly have 3 groups. both group
have to use dbcalc to get the total.
-------------------------------------------------
total of G1: sum1
------------------------------------------------
total of G2: sum2
-------------------------------------------------
total of G3: sum3
-------------------------------------------------
I need to use 2 pipeline to get the right caculation
how can u do that? i want to use datapipeline1 qty_order for the sum ,and
qty_order in datapipleine2 for sum 2 and sum 3, How to set it right? thanks!
From Jes
This discussion has been closed.
Comments
Instead of using DBCalc components, try using TppVariable components and
make your calculations manually in the OnCalc event. Try placing a
TppVariable in the detail band and inside its OnCalc event, update the value
of another TppVariable in the summary. You can then place more variables in
the detail and adjust the timing of each so they will stop calculating for
each group. Please see the ReportBuilder demo application for more great
examples of making complex calculations. (\RBuilder\Demos\1. Reports\...)
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com