Skip to main content
Question

PowerPointStyler Stacked Column Chart

  • April 29, 2020
  • 1 reply
  • 22 views

Forum|alt.badge.img+4

How do I set up my data to generate a stacked bar chart? For each CURRENT_OPERATOR_ALIAS category, I have 7 bins (RATE_CLASS) that I'd like to chart, where one bar is a CURRENT_OPERATOR_ALIAS with corresponding counts (COUNT(API) attribute), but I can't seem to plot 2 categories in the PowerPointStyler.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

debbiatsafe
Safer
Forum|alt.badge.img+21

Hi @dmatranga

You will need to create each rate class (bins) as a list attribute and add each list attribute as a series in order to create a stacked column for each category (operator). I have attached a very simple example which creates a stacked column chart as shown in the screenshot below createstackedcolumnchart.fmw

You may need to modify the structure of your list attribute to achieve this. If you're able to attach a small sample of your data and your workspace, it would be helpful in identifying what needs to be changed.