I need to customize running total in crystal report
Following I show my evaluation formula of Running total
If {spPet_DailySummery;1.HPetVouNo} = {spPet_DailySummery;1.HPetVouNo} Then
True
Following I show my reset formula of Running Total
If Previous({spPet_DailySummery;1.HPetVouNo}) <> {spPet_DailySummery;1.HPetVouNo} then
True
Else
False
Someone, please let me know how can I got report as above.
Follow the steps below which worked for me