Hi, I have 3 tables in a file:
ItemAttr - contains information about every item, such as make / Buy, Planner Code, Value Stream
InvCat - Has an inventory category for each item - FG, RM or SemiFinished
OhHand - On Hand inventory qty and value for all items on hand.
I've created relationships and tried to pivot, so I get Item, Value Stream, Inventory Cat, On Hand Value - but the relationship isn't working. I'm getting every value stream for each item and every Inventory Cat, etc, etc.
Where am going wrong?
ItemAttr - contains information about every item, such as make / Buy, Planner Code, Value Stream
InvCat - Has an inventory category for each item - FG, RM or SemiFinished
OhHand - On Hand inventory qty and value for all items on hand.
I've created relationships and tried to pivot, so I get Item, Value Stream, Inventory Cat, On Hand Value - but the relationship isn't working. I'm getting every value stream for each item and every Inventory Cat, etc, etc.
Where am going wrong?