ODBC SQL 2000
Crystal 11.0
I have two groups:
1) ad #
2) insertion date
I need to show all ad # in ascending order by date 05/02/2005, 05/03/2005, etc. In the example below
ad # 36688 has 5 ads, but I only want to see one line (sum).
The problem I'm having is it groups by ad #. If I group by
insertion date as my first grouping it shows all ads for
36688 by date (05/02/2005, 05/03/2005)
So, in my report I would see these ads with sum data
36688 05/02/2005
43355 05/02/2005
57235 05/02/2005
17312 05/02/2005
25130 05/08/2005
17381 05/08/2005
If anyone can help, I would appreciate it.
Thanks in advance for your help....
Crystal 11.0
I have two groups:
1) ad #
2) insertion date
I need to show all ad # in ascending order by date 05/02/2005, 05/03/2005, etc. In the example below
ad # 36688 has 5 ads, but I only want to see one line (sum).
The problem I'm having is it groups by ad #. If I group by
insertion date as my first grouping it shows all ads for
36688 by date (05/02/2005, 05/03/2005)
So, in my report I would see these ads with sum data
36688 05/02/2005
43355 05/02/2005
57235 05/02/2005
17312 05/02/2005
25130 05/08/2005
17381 05/08/2005
If anyone can help, I would appreciate it.
Thanks in advance for your help....