ROGERDODGE
IS-IT--Management
Hi
I'm struggling with trying to put some code together to produce the following:
Table 1
Part_ref AttribType Attrib_Value
ABC101 1 125.00
ABC101 2 433.00
ABC101 3 123.00
XYZ202 1 89.00
XYZ202 2 444.00
XYZ202 3 666.00
etc.
I want to produce
Part_ref Attrib1 Attrib2 Attrib3
ABC101 125.00 433.00 123.00
XYZ202 89.00 444.00 666.00
etc.
I am getting myself in a knot with this, can someone just clear the thinking for me.... I guess my difficulty is that you normally would be summing the values in a Pivot Table??
Rog
I'm struggling with trying to put some code together to produce the following:
Table 1
Part_ref AttribType Attrib_Value
ABC101 1 125.00
ABC101 2 433.00
ABC101 3 123.00
XYZ202 1 89.00
XYZ202 2 444.00
XYZ202 3 666.00
etc.
I want to produce
Part_ref Attrib1 Attrib2 Attrib3
ABC101 125.00 433.00 123.00
XYZ202 89.00 444.00 666.00
etc.
I am getting myself in a knot with this, can someone just clear the thinking for me.... I guess my difficulty is that you normally would be summing the values in a Pivot Table??
Rog