I am trying to create a report with 2 colums of data, but if at all possible, I need each column to be filtered. Example... The report is a dialy sheet of new customers and canceled customers, sorted by the driver that services those customers. In column 1 I need the list of NEW customers and in Column 2 I need the list of CANCELED customers. The reports underlying query includes both new and canceled customers. The end result would need to appear something like this:
John Doe
New Customers: Canceled Customers:
New customer 1 Canceled customer 1
New customer 2 Canceled customer 2
New Customer 3.... Canceled customer 3...
Is something like this possible, and if so, how do I do it?
John Doe
New Customers: Canceled Customers:
New customer 1 Canceled customer 1
New customer 2 Canceled customer 2
New Customer 3.... Canceled customer 3...
Is something like this possible, and if so, how do I do it?
Last edited: