Click here to Skip to main content
16,020,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

now i am developing report for Asp.net using Crystal Report. i used dataset to generate report. in dataset, there are many values categorized with status (let's say A and B). i want two graphs (pie chart) according to status. one graph refers to status A and other refers to status B. how should i do? pls advise me :rolleyes: .

detail senerio:

in my table,

DeptName, StaffCount, Status
-----------------------------
Admin , 23 , A
IT , 34 , B
Logistic, 12 , A
Medic , 13 , B
Product , 27 , B
Mech , 2 , A

So i already put these data into crystal report document. i want two Pie Charts according to Status. One pie chart for status A and another for status B ,data show value is DeptName. how do i filter ? pls guide me. X|

Best Rgds,
BN
Posted
Updated 6-Oct-10 15:57pm
v2
Comments
thatraja 6-Oct-10 6:00am    
Give us full details....Show us the Dataset structure & values, so that we can give you right solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900