FengShui1998
MIS
Hello,
I have three columns in a table, Vendor, Model, Version. I need to find the total number of units for each Model and Version by Vendor.
So for instance, Vendor 1 has three Models A, B, C each with different versions on them.
Vendor 1
Model A - version 1.0 3 units
Model A - version 2.0 5 units
Model B - version 2.1 5 units
Model C - version 4.1 5 units
Vendor 2
Model X - version 5.0 3 units
Model Y - version 5.0 5 units
Model W - version 4.1 5 units
Model C - version 4.1 5 units
Any ideas?
Thanks for the help!
I have three columns in a table, Vendor, Model, Version. I need to find the total number of units for each Model and Version by Vendor.
So for instance, Vendor 1 has three Models A, B, C each with different versions on them.
Vendor 1
Model A - version 1.0 3 units
Model A - version 2.0 5 units
Model B - version 2.1 5 units
Model C - version 4.1 5 units
Vendor 2
Model X - version 5.0 3 units
Model Y - version 5.0 5 units
Model W - version 4.1 5 units
Model C - version 4.1 5 units
Any ideas?
Thanks for the help!