[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ItemList[/TD]
[TD]Colour1[/TD]
[TD]Colour2[/TD]
[TD]Colour3[/TD]
[TD]Colour4[/TD]
[TD]Colour5[/TD]
[TD]Colour6[/TD]
[TD]Colour7[/TD]
[TD]Colour8[/TD]
[/TR]
[TR]
[TD]Item 1[/TD]
[TD]Blue[/TD]
[TD]Yellow[/TD]
[TD]Purple[/TD]
[TD]Green[/TD]
[TD]Orange[/TD]
[TD]Red[/TD]
[TD]Cyan[/TD]
[TD]White[/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]Black[/TD]
[TD]Magenta[/TD]
[TD]Cyan[/TD]
[TD]Yellow[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi I'm new here so sorry about the unconventional formatting. I have a item table with different coloured paints. I have created a unique list of colours and I am trying to create a relationship between the UniqueColourList and all 8 colours cloumns on the item table so that when expanded shows only the item numbers that has that colour. I've gotten it to "work" by creating a relationship with all 8 colours (some sorta crazy 1-to-many x 8).
Practical use would be to expand the pivot table at blue and see all the Items that require blue so that forecasting can be done on how much blue paint to order & is require for exisitng orders etc.
I was wondering if there is some better method to get a cleaner result without powerpivot and with powerpivot?
Thanks
[TABLE="class: grid, width: 10, align: left"]
<tbody>[TR]
[TD]UniqueColourList[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Black[/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[/TR]
[TR]
[TD]....[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]ItemList[/TD]
[TD]Colour1[/TD]
[TD]Colour2[/TD]
[TD]Colour3[/TD]
[TD]Colour4[/TD]
[TD]Colour5[/TD]
[TD]Colour6[/TD]
[TD]Colour7[/TD]
[TD]Colour8[/TD]
[/TR]
[TR]
[TD]Item 1[/TD]
[TD]Blue[/TD]
[TD]Yellow[/TD]
[TD]Purple[/TD]
[TD]Green[/TD]
[TD]Orange[/TD]
[TD]Red[/TD]
[TD]Cyan[/TD]
[TD]White[/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]Black[/TD]
[TD]Magenta[/TD]
[TD]Cyan[/TD]
[TD]Yellow[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi I'm new here so sorry about the unconventional formatting. I have a item table with different coloured paints. I have created a unique list of colours and I am trying to create a relationship between the UniqueColourList and all 8 colours cloumns on the item table so that when expanded shows only the item numbers that has that colour. I've gotten it to "work" by creating a relationship with all 8 colours (some sorta crazy 1-to-many x 8).
Practical use would be to expand the pivot table at blue and see all the Items that require blue so that forecasting can be done on how much blue paint to order & is require for exisitng orders etc.
I was wondering if there is some better method to get a cleaner result without powerpivot and with powerpivot?
Thanks
[TABLE="class: grid, width: 10, align: left"]
<tbody>[TR]
[TD]UniqueColourList[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Black[/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[/TR]
[TR]
[TD]....[/TD]
[/TR]
</tbody>[/TABLE]