SSRS Chart issue
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Frds, I am getting problem in SSRS Chart control. My output of SP is ------------------ Inc NAME NO% Yes% ---------------------------------------------- A1 Bujji 90% 100% A2 Bujji1 30% 50% B Type Acceptd Rejectd B1 abc 20% 1% B2 xyz 10% 2% Above output is generating from SP Only. Here B Type Acceptd and Rejectd added like coloumns but those are part of Report now I need to create a chart x- axis should have A1,A2,A3....An values and Y-axis should have bars with Yes% and No % Here I am getting the Accepted and Rejectd values also. So please tell me how to prepare a chart putting condition for Inc in A1,A2