crystalreport85
Programmer
The report I am working returns more then one record because of the linkage.
group1 ord number--order#1
group2 itemno
lineno quantity color
1 10 1
1 10 1
1 10 1
group2 itemno
lineNo Quantity color
2 2 2
2 2 2
group1 ordNumber --order#2
group2 itemno
lineno quantity color
1 10 1
1 10 1
1 10 1
My question is I have to add the quantity for each line where the color is equal to 1.My answer should be
QuantityCount=20
how to do it? How do I pick just one record from the group itemno? And
Thank you
group1 ord number--order#1
group2 itemno
lineno quantity color
1 10 1
1 10 1
1 10 1
group2 itemno
lineNo Quantity color
2 2 2
2 2 2
group1 ordNumber --order#2
group2 itemno
lineno quantity color
1 10 1
1 10 1
1 10 1
My question is I have to add the quantity for each line where the color is equal to 1.My answer should be
QuantityCount=20
how to do it? How do I pick just one record from the group itemno? And
Thank you