Hi There,
Just need some help formulating an SQL Query for our Point of Sale Data. I have attached a sample set of what the format is like.
We are wanting to do the analysis on Transactions that contain "X" Product. That product for this instance being "BYO Party (8 kids)" Each item in the transaction is separated on individual lines.
Each Receipt Number is unique to the POS and Each POS number is unique. The problem Is that the POS generates sequential receipt numbers for each POS so we have duplicate receipt numbers across the network
Need something along the lines of Select (Date, Register ID, Plu, Description, Sales Item Ex Tax, Qty) Where Description = "BYO Party (8 Kids)" Group By "Receipt Number" and Group By "Register ID"
Any assistance would be great, I have been scratching my head over this one.
Thanks,
Paul