masoud_sedighy
Registered User.
- Local time
- Today, 08:30
- Joined
- Dec 10, 2011
- Messages
- 132
Hi
I have a table that shows "DONE" and "REMAIN" for each "AREA" like below:
Now I like to make a report that shows "DONE" and "REMAIN" in each AREA with pie chart, now I have problem how I have to do this job for the graph, how should be "row source" of chart control. What query needs on this table?
I have a table that shows "DONE" and "REMAIN" for each "AREA" like below:
Code:
AREA DONE REMAIN TOTAL
AREA1 100 200 300
AREA2 200 300 500
AREA3 200 700 900
Now I like to make a report that shows "DONE" and "REMAIN" in each AREA with pie chart, now I have problem how I have to do this job for the graph, how should be "row source" of chart control. What query needs on this table?