Hi,
Happy New Year...
I have a question. I have a procedure that returns be three fields
ID Current Target
1 0 10.2
2 0 45.3
3 10.2 0
4 80.8 0
5 9 55.5
Requirement- 2 charts side by side.
1. I need to plot a chart1 showing round(percentage values of Current values) and NOT PLOT 0 VALUES.
2. Chart 2 showing round(percentage values of Target values) and not plot 0 values.
I created two charts similiarly and used percent values in the chart data select and when I ploted this chart,
chart 1 shows me values for 0,0,10, 81 and 9
and chart 2 shows values for 10,45,0,0,56
But in both these charts the 0 values are not getting suppressed. Can someone please explain how I could acheive this.
Happy New Year...
I have a question. I have a procedure that returns be three fields
ID Current Target
1 0 10.2
2 0 45.3
3 10.2 0
4 80.8 0
5 9 55.5
Requirement- 2 charts side by side.
1. I need to plot a chart1 showing round(percentage values of Current values) and NOT PLOT 0 VALUES.
2. Chart 2 showing round(percentage values of Target values) and not plot 0 values.
I created two charts similiarly and used percent values in the chart data select and when I ploted this chart,
chart 1 shows me values for 0,0,10, 81 and 9
and chart 2 shows values for 10,45,0,0,56
But in both these charts the 0 values are not getting suppressed. Can someone please explain how I could acheive this.