I'll try my best to explain what i'm trying to do. I have a report that returns several rows of data for each customer. My data is grouped by customer and I have been asked to display the minimum order date and the second order date. For example a customer that placed 4 orders but i only want to display the order dates for the first and second orders in separate columns.
Customer OrderDate
xxx 01/01/11
xxx 01/15/11
xxx 01/31/11
xxx 02/15/11
So for my example above the group footer should read. As I mentioned i'm hiding the details and grouping by customer.
Customer 1st Order Date 2nd Order Date
XXX 01/01/11 01/15/11
I tried sorting by Order placed date and creating a running total on customer however this doesn't seem to work.
Any help would be greatly appreciated.
Thanks,
Customer OrderDate
xxx 01/01/11
xxx 01/15/11
xxx 01/31/11
xxx 02/15/11
So for my example above the group footer should read. As I mentioned i'm hiding the details and grouping by customer.
Customer 1st Order Date 2nd Order Date
XXX 01/01/11 01/15/11
I tried sorting by Order placed date and creating a running total on customer however this doesn't seem to work.
Any help would be greatly appreciated.
Thanks,