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

dbcalc for another dbcalc??

edited March 2004 in General
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

Comments

  • edited March 2004
    Hi Jes,

    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\...)

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.