Dear All,
I have to find the total of a Quantity value based on the Item code.How to achieve that in Crystal report.
Scenario:
Itemcode orderno Qty
A 1 100
A 2 20
A 3 30
B 1 10
B 2 20
Now i have to find the group total based on the Item code: Like A:150 and B:30 which should come like mentioned below
A Total 150
A 1 100
A 2 20
A 3 30
B Total 30
B 1 10
B 2 20
Can anybody pls tell me how to solve this?