I am trying to make a few pretty graphs in Crystal Reports. One of them is a bar chart which is suppost to graph how many records where created by the application software during a days period, within a monthly date range. Does that make sense?
Ok so have some sample data such as the following:
When I try to graph this I get the following results:Code:ID rDate ----------------------- 12 08/01/2003 13 08/10/2003 14 08/09/2003 15 08/10/2003 16 08/10/2003 17 08/10/2003 18 08/30/2003 19 08/31/2003
![]()
Except, I sould get only 5 bar graphs, four bars with a count of 1 and one bar with a count of 4
Attached is the configuration of the Chart Expert.




Reply With Quote