Hello,
I have a stacked bar chart which tracks counts of work items by state and employee... so it looks like this:
count(done) count(done) count(done)
count(started) count(started) count(started)
count(new) count(new) count(new)
emp1 emp2 emp3
The chart is set up like this:
-On change of: Employee (Ascending)
Status (Specified)
-Show Values: count of Status
I'd like for Crystal to stack the bars in the order I want... for example, with 'done' on the bottom, 'started' in the middle, and 'new' at the top. I thought that was what specifying the order for the status column in the 'on change of' would do. Seems not to be working.
Any thoughts would be appreciated.
shera4111
I have a stacked bar chart which tracks counts of work items by state and employee... so it looks like this:
count(done) count(done) count(done)
count(started) count(started) count(started)
count(new) count(new) count(new)
emp1 emp2 emp3
The chart is set up like this:
-On change of: Employee (Ascending)
Status (Specified)
-Show Values: count of Status
I'd like for Crystal to stack the bars in the order I want... for example, with 'done' on the bottom, 'started' in the middle, and 'new' at the top. I thought that was what specifying the order for the status column in the 'on change of' would do. Seems not to be working.
Any thoughts would be appreciated.
shera4111