Hi all,
I have a simple report that I would like to have in cross-tab format. I am running Cr9 on SQL server 2000. The table is like
Sale_date date,
Product_id char(3),
Quantity
The product_id has the product codes.
I need to report on the count of each product per day.
The output will be like :
Product Mar 28 Mar29 Mar 30 etc
Pr1 5
Pr2 10
pr3 20
I am not sure how to use running total in a cross tab layout,
Any help would be greatly appreciated.
Steve
I have a simple report that I would like to have in cross-tab format. I am running Cr9 on SQL server 2000. The table is like
Sale_date date,
Product_id char(3),
Quantity
The product_id has the product codes.
I need to report on the count of each product per day.
The output will be like :
Product Mar 28 Mar29 Mar 30 etc
Pr1 5
Pr2 10
pr3 20
I am not sure how to use running total in a cross tab layout,
Any help would be greatly appreciated.
Steve