splaisance
Programmer
Hi,
I am using a data report connected to a data environment. My problem is that I need to calculate totals for each group - but not one of the predefined functions VB allows you.
Basically Total1 is sum of this years numbers.
Total2 is sum of last years numbers.
These i use the sum() function on fine... but i also need the following:
Total3 is Total1 - Total2
Total4 is Total3 / Total2
Can anyone help me? I have tried EVERYTHING I can think of and still no luck!!!
Thanks!!
-S
I am using a data report connected to a data environment. My problem is that I need to calculate totals for each group - but not one of the predefined functions VB allows you.
Basically Total1 is sum of this years numbers.
Total2 is sum of last years numbers.
These i use the sum() function on fine... but i also need the following:
Total3 is Total1 - Total2
Total4 is Total3 / Total2
Can anyone help me? I have tried EVERYTHING I can think of and still no luck!!!
Thanks!!
-S