Hi, I have two issues. The first being I was told to create some reports for upper management and I have never used crystal reports. This leads to #2:
To keep this as simple as possible lets say I have a report with three fields grouped by date. so
date 1 ---- date 2 etc...
a1 a2 a3 b1 b2 b3 etc....
a3=a1-a2 which is simple enough however the rest of the report needs to read like:
b3=(b1-b2)+a3
c3=(c1-c2)+b3
I've tried functions, formulas, pretty much everything, all i get is errors and calculations that don't make any sense... Can anyone shed any light on this for me? Thanks!
To keep this as simple as possible lets say I have a report with three fields grouped by date. so
date 1 ---- date 2 etc...
a1 a2 a3 b1 b2 b3 etc....
a3=a1-a2 which is simple enough however the rest of the report needs to read like:
b3=(b1-b2)+a3
c3=(c1-c2)+b3
I've tried functions, formulas, pretty much everything, all i get is errors and calculations that don't make any sense... Can anyone shed any light on this for me? Thanks!