Hello, I have a bar chart problem which is -
The chart is to have 4 bands (1-4) within each band there are six groups(1-6) so the chart has the following properties
on change of -
Band
PCTotal
Count of @PCTotal
The formula for PCTotal is -
count({VIEW_RPT_ScoreByBand.PCTotal},{VIEW_RPT_ScoreByBand.PCTotal})
I set up 2 group fields on the report (which i suppressed) for both the band field and PCTotal.
The calculations are correct but I want the chart to look like -
BAND A - 1: 2: 3: 4: 5: 6
Band B - 1: 2: 3: 4: 5: 6
Band C - 1: 2: 3: 4: 5: 6
Band D - 1: 2: 3: 4: 5: 6
The prolem i am getting is that for each band the PCTotal field is not in the order 1 - 6 (at the moment it is -
Band - 1: 2: 3: 4: 6: 5
I have tried to specify the order on the PCTotal field in the chart but nothing changes.
I also tried order the view in which the report is coming from but nothing.
Does anyone have any suggestions?
Thanks in advance
The chart is to have 4 bands (1-4) within each band there are six groups(1-6) so the chart has the following properties
on change of -
Band
PCTotal
Count of @PCTotal
The formula for PCTotal is -
count({VIEW_RPT_ScoreByBand.PCTotal},{VIEW_RPT_ScoreByBand.PCTotal})
I set up 2 group fields on the report (which i suppressed) for both the band field and PCTotal.
The calculations are correct but I want the chart to look like -
BAND A - 1: 2: 3: 4: 5: 6
Band B - 1: 2: 3: 4: 5: 6
Band C - 1: 2: 3: 4: 5: 6
Band D - 1: 2: 3: 4: 5: 6
The prolem i am getting is that for each band the PCTotal field is not in the order 1 - 6 (at the moment it is -
Band - 1: 2: 3: 4: 6: 5
I have tried to specify the order on the PCTotal field in the chart but nothing changes.
I also tried order the view in which the report is coming from but nothing.
Does anyone have any suggestions?
Thanks in advance