Crystalguru
Technical User
I am trying to get counts for Internet sources by Month.
The report should look like this:
Jan 2003
xxx.com 3 request 4orders
yyy.com 5 request 3 orders
Dec 2002 1 request 0 orders
Here's my situation, the request dates all have valid dates, not null. But the order dates can be null. Plus, a person can request information (requestdate) but not order (orderdate) till the next month, therefore giving (Jan 2003 xxx.com 3R, 4O).
Is there any way to group on a date field NOT from the database? But keep it dynamic?
thanks
The report should look like this:
Jan 2003
xxx.com 3 request 4orders
yyy.com 5 request 3 orders
Dec 2002 1 request 0 orders
Here's my situation, the request dates all have valid dates, not null. But the order dates can be null. Plus, a person can request information (requestdate) but not order (orderdate) till the next month, therefore giving (Jan 2003 xxx.com 3R, 4O).
Is there any way to group on a date field NOT from the database? But keep it dynamic?
thanks