i have three views for my data, one is quantity shipped, the other is quantity returned and the third is net
i need to see the data like this:
ITEM,ATTRIBUTE,QTYSHIP,QTYRETURNED,NETQTY
but i cant seem to get accurate numbers out of them, i've just been joining everything to my net qty field to display the rest of the data
what am i doing wrong? or how can i go about getting that info in the format above, note that attribute is needed because it is the color and i need to see the report down to the color level
thanks guys!
i need to see the data like this:
ITEM,ATTRIBUTE,QTYSHIP,QTYRETURNED,NETQTY
but i cant seem to get accurate numbers out of them, i've just been joining everything to my net qty field to display the rest of the data
what am i doing wrong? or how can i go about getting that info in the format above, note that attribute is needed because it is the color and i need to see the report down to the color level
thanks guys!