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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
marcel_olmo
Partner Ambassador
Partner Ambassador

How could I do a "stack chart" in Qlikview ?

Hey guys, i'm struggling with this stuff. I'm pretty sure is quite easy, but  I can't find out how could I convert this chart :

chart.png

It's a sales chart witth two dimensions : hours, and month/day. I would like to merge the hour dimension with month/day in one pile, to get only a bar per hour.

How could I do that?

Many thanks in advance!!

1 Solution

Accepted Solutions
Not applicable

Hi Marcel, you can try creating a bar chart with the following configuration:

Dimensions: Hour, MonthDay

Expression: sum(Sales)

Then go to properties-> Style-> Subtype-> Stacked

See attached example.

Regards

View solution in original post

3 Replies
Not applicable

Hi Marcel, you can try creating a bar chart with the following configuration:

Dimensions: Hour, MonthDay

Expression: sum(Sales)

Then go to properties-> Style-> Subtype-> Stacked

See attached example.

Regards

Not applicable

The main idea is that you cannot do "Stacked chart" if you have just one dimension.

marcel_olmo
Partner Ambassador
Partner Ambassador
Author

Thanks Ivan, it was quite simple. As I thought.