Hello and thanks in advance for your help
I have a spread sheet that looks like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Item #[/TD]
[TD]MFG[/TD]
[TD]MFG Part #[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]ABC[/TD]
[TD]OAIHP8[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]XYZ[/TD]
[TD]QEQEU[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]AINS[/TD]
[TD]IQFLCV[/TD]
[/TR]
</tbody>[/TABLE]
I would like my pivot table to look like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Item#[/TD]
[TD]ABC[/TD]
[TD]XYZ[/TD]
[TD]AINS[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]OAIHP8[/TD]
[TD]QEQEU[/TD]
[TD]IQFLCV[/TD]
[/TR]
</tbody>[/TABLE]
The layout is not the problem. The values in the 'value grid' should not be calculated but strictly return the actual value or part number. Not COUNT, SUM etc... However, I cant find a way to do this.
Has anyone got any suggestions?
Regards
Bert
I have a spread sheet that looks like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Item #[/TD]
[TD]MFG[/TD]
[TD]MFG Part #[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]ABC[/TD]
[TD]OAIHP8[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]XYZ[/TD]
[TD]QEQEU[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]AINS[/TD]
[TD]IQFLCV[/TD]
[/TR]
</tbody>[/TABLE]
I would like my pivot table to look like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Item#[/TD]
[TD]ABC[/TD]
[TD]XYZ[/TD]
[TD]AINS[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]OAIHP8[/TD]
[TD]QEQEU[/TD]
[TD]IQFLCV[/TD]
[/TR]
</tbody>[/TABLE]
The layout is not the problem. The values in the 'value grid' should not be calculated but strictly return the actual value or part number. Not COUNT, SUM etc... However, I cant find a way to do this.
Has anyone got any suggestions?
Regards
Bert