Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Zaga_69
Creator
Creator

Stacked Bar Chart

Hi all!

I am struggling to create a 100 Percent Stacked Bar in Qlik sense

I have tried the following set expression:

count(Ticket_SID)/

count(total <[Interface Type]>Ticket_SID)

Seems to be the formula is not working properly, since it does not calculate the % of each member of my dimension (i.e. Interface Type)

 

Any idea what is wrong?

Thanks,

 

Edi

 

stacked bar chart.PNG

Labels (2)
3 Replies
sunny_talwar

Try this

Count(Ticket_SID)/
Count(TOTAL <[Creation Year]>Ticket_SID)
Zaga_69
Creator
Creator
Author

Hi Sunny!

Thanks it works.

Do you know how I can put the labels into each bar?

What Qlik does is only to put the 100% label.

many Thanks again, it is really appreciate.

Best regards.

Edi

sunny_talwar

I am not really sure about that part.