How to get The sum of Formula Field In crystal Reports.?
- by Vibin Jith
i have a formula field named @prodValue :
{#TotalStock} * {spRptStockDetails;1.purDetRate}
It is in the group head 2 section and i want to get the sum of this field in the
Group head 1 footer. how to do this.
sum({@prodValue})
it is not working.