Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
abe786
Contributor III
Contributor III

Stacked and Grouped bar chart together

I want to combine stacked and grouped bar chart together, so that I have 2 dimension (groups) and 2 measures (stacked). Qlikview allows me to create something like that without much effort (as attached) however I'm unable to do so in Qlik Sense as it doesn't allow 2 measures in one bar chart. Is it possible ? My sample data is like that

Data:
LOAD * Inline
[Product, Mode, Type, Value
Phone, Online, Act, 50
Phone, Online, Est, 100
Phone, Offline, Act, 30
Phone, Offline, Est, 50
Pager, Online, Act, 10
Pager, Online, Est, 25
Pager, Offline, Act, 5
Pager, Offline, Est, 10
];

 

1 Reply
rubenmarin
MVP
MVP

Hi, not the same but maybe using a calculated dimension like "=Product &'-'& Mode" you can ge close of what you want