D
DevourU
I am working on an inventory cycle count database. I have a table with part
numbers, qty, and cost. The task at hand is to figure out which parts are
the top 80% of the total inventory value, then the next 15%, then the last
5%. A very basic example would be:
Total Part A $60
Total Part B $20
Total Part C $10
Total Part D $5
Total Part E $4
Total Part F $1
Group 1 (80%) is part A and part B, Group 2 (15%) is part C and D, then
Group 3 (5%) is part E and F.
I'm hoping someone has been here already and can save me from all the pain
and suffering.
TIA!
-JS
numbers, qty, and cost. The task at hand is to figure out which parts are
the top 80% of the total inventory value, then the next 15%, then the last
5%. A very basic example would be:
Total Part A $60
Total Part B $20
Total Part C $10
Total Part D $5
Total Part E $4
Total Part F $1
Group 1 (80%) is part A and part B, Group 2 (15%) is part C and D, then
Group 3 (5%) is part E and F.
I'm hoping someone has been here already and can save me from all the pain
and suffering.
-JS