My BO has an attribute (Stage) which is selected from 5 options. I want to produce a horizontal bar chart showing how many of each in each stage. So in X Axis I have:
BO.Stage
I can't seem to figure out what to put in the Y Axis. Most of my results end up with cumulative bars such as when I use:
COUNT BO
I get bars that simply increase in value by the number of BOs in each stage.