I am new to crystal. I have a table with 10 sets of Product and Quantity fields. I want a formula which will look in all 10 sets, and give me totals for all the Products therein. Here's an example:
Table:
Pack1 Qty1 Pack2 Qty2 Pack3 Qty3
a 1 b 1
b 2
c 1 b 1 a 1
So the report will show:
Pack Qty
a 2
b 4
c 1
What's the best way to do this? I'm using Crystal Reports for Visual Studio.
Table:
Pack1 Qty1 Pack2 Qty2 Pack3 Qty3
a 1 b 1
b 2
c 1 b 1 a 1
So the report will show:
Pack Qty
a 2
b 4
c 1
What's the best way to do this? I'm using Crystal Reports for Visual Studio.