crystal reports running total problem.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm having procedure with following fields e.g.(Previous.Balance, Debit, Credit ) Now in crystal reports. I want report structure like an account statement e.g. bank statement. Description Dr Cr. Balance Opening.. prevBalance transaction 1 10000 prevBalance+Dr-Cr transaction 2 5000 upperBalance+Dr-Cr transaction 3 5000 upperBalance+Dr-Cr How to achieve this type of running total in crystal reports in VS2010. Regards. Asif Rehman