Hi,
I would like to know the formula to calculate the total in crystal report?
thanks
Printable View
Hi,
I would like to know the formula to calculate the total in crystal report?
thanks
you can use
Code:SUM({Field})
Hi,
I tried it but it says formula error.
A number field or currency amount field is required.
ok, found the problem, thanks code working:)
thanks