I am trying to create a bar chart with one dimension (month) and two expressions (count of complete, planned count of complete).
It all works fine and dandy, but when it comes to styling I want to overlay complete over planned complete. The two subtypes are grouped which shows the bar side by side, and stacked which doesn't overlay but instead adds the two values. So if I have 2 completed and 3 targeted for completion I want two bars overlayed where one is up to 2 and another up to 3.
Hope that makes sense, any idea how I can do that?
SOLUTION: Instead of "planned count of complete" I created "count of incomplete". This way stacking will give me the planned count of complete.