Anyone out there, please help me. .
I'm new in Crystal Report and
I want to get the Beginning Balance when I filter the date from (date1) to (date2).
Only need to display on the first row is the Total of Balance of the previous dates.
Printable View
Anyone out there, please help me. .
I'm new in Crystal Report and
I want to get the Beginning Balance when I filter the date from (date1) to (date2).
Only need to display on the first row is the Total of Balance of the previous dates.
If you want the job done at CR side, then, it could be done if you do not filter by range of dates and do not print if the row is out of the range of dates
(that is: read all the records but do not print all, print only the records that are inside the range of dates)
The best solution is calculate the Balance at application or procedure side
JG
Use a separate report there sort by date, there you can see the balance on each date. Put in array or shared variable the balance of desired date.
Use that shared variable in your required report.