I have a working Pie Chart pulling data from 2 different places. I will do my best to explain below, but my question is, I would like 3 different pie charts using the same data but based on when the data is entered into our database (sql 05)
1st Pie chart is done: shows the total count of all programs based on region
2nd Pie Chart same data fields but entered into the database the last 7 days
3rd Pie Chart same data fields but entered in database in last month
Here is how I am getting the data for the first pie chart:
Data is: Regions.Name
Show value is: Group#1: Regions.Name – A:count of Region.Name (used a Insert Summary of region.name calculate using count)
I can get all the 3 pie charts using 3 different reports and using select expert but it would be nice to show them on one report if possible?
Oh, I am capturing when the data is entered: programs.dataentered
Also, if anyone can give me the names of good Crystal Reports books that would be great to.
1st Pie chart is done: shows the total count of all programs based on region
2nd Pie Chart same data fields but entered into the database the last 7 days
3rd Pie Chart same data fields but entered in database in last month
Here is how I am getting the data for the first pie chart:
Data is: Regions.Name
Show value is: Group#1: Regions.Name – A:count of Region.Name (used a Insert Summary of region.name calculate using count)
I can get all the 3 pie charts using 3 different reports and using select expert but it would be nice to show them on one report if possible?
Oh, I am capturing when the data is entered: programs.dataentered
Also, if anyone can give me the names of good Crystal Reports books that would be great to.