Hello,
I need to group on two fields, and can't get it to work out.
For an example I will use an inventory list of fruit and bin numbers.
Bin Item Desc Quantity
A17 Apple Macintosh 2
A17 Apple Fuji 1
none Orange Valencia 4
none Orange California 9
none Orange California 4
What I need to do is to group together according to bin number and Item Desc.
So, I would like to see
Bin Item Desc (Sum or count) of Quantity
A17 Apple Macintosh 2
A17 Apple Fuji 1
none Orange Valencia 4
none Orange California 13
Instead I get this
Bin Item Desc (Sum or count) of Quantity
A17 Apple Macintosh 3
none Orange Valencia 17
Which then makes it appear as though there are 17 Valencia Oranges.
Any ideas?
I need to group on two fields, and can't get it to work out.
For an example I will use an inventory list of fruit and bin numbers.
Bin Item Desc Quantity
A17 Apple Macintosh 2
A17 Apple Fuji 1
none Orange Valencia 4
none Orange California 9
none Orange California 4
What I need to do is to group together according to bin number and Item Desc.
So, I would like to see
Bin Item Desc (Sum or count) of Quantity
A17 Apple Macintosh 2
A17 Apple Fuji 1
none Orange Valencia 4
none Orange California 13
Instead I get this
Bin Item Desc (Sum or count) of Quantity
A17 Apple Macintosh 3
none Orange Valencia 17
Which then makes it appear as though there are 17 Valencia Oranges.
Any ideas?