Jeremy1216
Technical User
I am using CR 10 on a MS SQL 2000 database. I have a report request to show the count of different status history on a monthly basis. That is the chart should show the total of entries being created and how many being cancelled or being implemented etc. Each entry could carried multiple status entries which for sure would have a creat time history with other status history in place. I can sort out all the timestamp but having problem to present it on a bar chart (cross-tab I believe). Any idea? Thanks!