E
EZ
I have a weekly production data. I'm trying to count the frequency of product
shipments. When Location B receives product from Location A. There are more
than 30 locations. The product consists of 3 parts: Product class, product
size, product flavor. There's also a field that concatenate all the 3 parts
together. Then there are: Shipping Loc, Receiving Loc, Quantity, etc. I have
another table that shows what location produces what product/s. First I need
to know the frequency (weekly) of Loc B receiving an "Item" (consider this
the concatenated product field - the 3 parts) from Loc A. The frequency is
one instance per week. Once we determine the count/frequency, then I'd like
to know if Loc B produced the "Item" or not. If No, the next question will be
does it produce the product class? the product size within the same class,
the flavor within the same class?. I have all my tables ready. How can I
apply the count? What's the best approach to add the "Yes", "No" fields to
the Product parts questions? Any help is greatly appreciated.
Thanks.
shipments. When Location B receives product from Location A. There are more
than 30 locations. The product consists of 3 parts: Product class, product
size, product flavor. There's also a field that concatenate all the 3 parts
together. Then there are: Shipping Loc, Receiving Loc, Quantity, etc. I have
another table that shows what location produces what product/s. First I need
to know the frequency (weekly) of Loc B receiving an "Item" (consider this
the concatenated product field - the 3 parts) from Loc A. The frequency is
one instance per week. Once we determine the count/frequency, then I'd like
to know if Loc B produced the "Item" or not. If No, the next question will be
does it produce the product class? the product size within the same class,
the flavor within the same class?. I have all my tables ready. How can I
apply the count? What's the best approach to add the "Yes", "No" fields to
the Product parts questions? Any help is greatly appreciated.
Thanks.