I need to produce the instances of a build sequence by product line.
Most products are assembled in the same order but outliers exist. I need to count the number of outliers.
Sample:
Products buildSequence
Product1 MaterialA
Product1 MaterialB
Product1 MaterialC
Product1 MaterialD
Product2 MaterialA
Product2 MaterialB
Product2 MaterialC
Product2 MaterialD
Product3 MaterialB
Product3 MaterialD
Product3 MaterialA
I would want to see that the data indicates that two buildSequences exist:
MaterialA
MaterialB
MaterialC
MaterialD
And
MaterialB
MaterialD
MaterialA
Is this possible without stepping into some VB?
Most products are assembled in the same order but outliers exist. I need to count the number of outliers.
Sample:
Products buildSequence
Product1 MaterialA
Product1 MaterialB
Product1 MaterialC
Product1 MaterialD
Product2 MaterialA
Product2 MaterialB
Product2 MaterialC
Product2 MaterialD
Product3 MaterialB
Product3 MaterialD
Product3 MaterialA
I would want to see that the data indicates that two buildSequences exist:
MaterialA
MaterialB
MaterialC
MaterialD
And
MaterialB
MaterialD
MaterialA
Is this possible without stepping into some VB?