Forum Discussion
Please help me with my Stacked Column Chart
- 9 years ago
Hi FireFireFire
I would start with a calculated column that extracts the info wether it is a missed or accepted call.
missed/accepted = IF([cc_talk_time]<0.1,"missed","accepted"
generate your stacked column chart and use this column in legend.
use queues on the axis field
and cc_call_time on values (set cc_call_time to count)
This is what I understand was your problem and the solution.
Hi FireFireFire
I would start with a calculated column that extracts the info wether it is a missed or accepted call.
missed/accepted = IF([cc_talk_time]<0.1,"missed","accepted"
generate your stacked column chart and use this column in legend.
use queues on the axis field
and cc_call_time on values (set cc_call_time to count)
This is what I understand was your problem and the solution.
Great, thank you. Now I get it. The different values per column are the count of each distinct legend item.
Thanks!