G
Guest
I'm trying to determine the number of times items are found together on a
delivery in a database. Each delivery is a unique number with multiple
items. Each line of the data base is unique to an item/delivery combination.
So, if the delivery has 10 items, there will be 10 lines, one fore each item
with the delivery number repeated 10 times. The number of items is large
(1500-1700) so a crosstab with items across and items down with the count of
deliveries in the middle won't work. The number of items on a delivery
ranges from 1 to 100. Any other ideas on how to accomplish this? Here's a
simplified example of the data:
Item Quantity Delivery
brown 4 0001
blue 10 0001
green 3 0001
brown 5 0002
yellow 2 0002
green 20 0003
blue 10 0004
green 5 0004
delivery in a database. Each delivery is a unique number with multiple
items. Each line of the data base is unique to an item/delivery combination.
So, if the delivery has 10 items, there will be 10 lines, one fore each item
with the delivery number repeated 10 times. The number of items is large
(1500-1700) so a crosstab with items across and items down with the count of
deliveries in the middle won't work. The number of items on a delivery
ranges from 1 to 100. Any other ideas on how to accomplish this? Here's a
simplified example of the data:
Item Quantity Delivery
brown 4 0001
blue 10 0001
green 3 0001
brown 5 0002
yellow 2 0002
green 20 0003
blue 10 0004
green 5 0004