Hi I am trying to build a report that lists all of our sales. We have "Item Sales" and "Service Sales". I have made two individual reports for them but I need them to be listed on the same report for the purpose of totaling. Each sale has a sale date, invoice number, and customer name that is also inserted into the report. My issue is that once I try to put both the "Item Sale" and "Service Sale" fields into one report, the preview shows up totally blank. I don't understand why because their individual reports are just fine and from what I can tell the links are accurate. (they are very similar tables, just one is items and one is for services so the linking should be the same)
An example of what im looking for:
WEEK
Date: Invoice Number customer name Item Amount
date Invoice Number customer name item amount
date Invoice Number customer name service amount
Total for Week
I know how to group it once I've got the detail section down but as of now i cant get Item and service both into details. By the way the linkings are as follows:
itemsales.id --> sale.id (works on individual report)
servicesales.id --> sale.id (works on individual report)
Combined report: itemsales.id -->sales.id and servicesales.id --> sale.id (doesn't work)
Thank you in advance for anyone that could help me figure this out. It's greatly appreciated.
Nick