I am using CR9 with SQL Server 2000. I need a report that I thought would be a cross-tab but I am getting way to many records returned. The columns are multiple instances of one field and a lone instance of another field which is probably the issue. The columns are for multiple instances of the Description Field based on one product (DisplayAds) and the other lone column I need is for the other product (ClassifiedAds) with no description field for it. Basically it will look like this with the first 3 columns listed below the description and the 4th is the product. The report will potentially have more Description columns but the ClassifiedAd Column will always be just the one instance. The data I need is a Sum and a count for the description columns and just the count for the ClassifiedAds:
Any Cars RealEstate.... ClassifiedAds Totals
IssueDate
1-1-5 Sum($) Count(Orders)
Count(Orders)
1-3-5 ....
1-7-5 ....
...
Totals
I dont think this can be done with a Regular Cross-Tab but maybe it can. It seems like it needs to be done manually with groups being suppressed and a bunch of RunningTotal or Formula fields which is what I need some help with. If you need anymore info, let me know. Thanks in advance!
Bryan
Any Cars RealEstate.... ClassifiedAds Totals
IssueDate
1-1-5 Sum($) Count(Orders)
Count(Orders)
1-3-5 ....
1-7-5 ....
...
Totals
I dont think this can be done with a Regular Cross-Tab but maybe it can. It seems like it needs to be done manually with groups being suppressed and a bunch of RunningTotal or Formula fields which is what I need some help with. If you need anymore info, let me know. Thanks in advance!
Bryan