User1535942433 posted
Hi nbrglobalinc,
Putting same data in all 3 columns when they are supposed to be different.
I don't understand your requirement clearly.I'm guessing that the result like this:
partId, clearanceName, clearanceValue, dateAdded
1234, Clearance Upper, 1234, 2018-04-11
1234, Clearance Lower, 5678, 2018-04-11
1234, Clearance Total, 0246, 2018-04-11
1234, Clearance Total, 0234, 2018-04-11
result:
partId, clearanceUpperValue, clearanceLowerValue, clearanceTotalValue, dateAdded
1234 1234 5648 0246,0234
2018-04-11
If the guessing is right,you could use
pivot. What's column you group by ?
Please tell us more details of your requirement.It will help us to solve your problems.
Best regards,
Yijing Sun