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

Making a Bar chart show 100% per month

Hi All

I am trying to make a Chart 100%

Dimensions are eg month and Department  Expression is eg sum of sales

I wanted them both to show 100% each and not 100% Total

Can you advise how to do this?

Attached a pic

4 Replies
swuehl
MVP
MVP

Try

=Sum(sales) / Sum(TOTAL<month> sales)

sunny_talwar

Try this:

Sum(Sales)/Sum(TOTAL <Month> Sales)

Anonymous
Not applicable
Author

My Dimensions are Department and Openmonth

The Expression is

=count({1<OpenYear ={2016}>}DCF)

how would i do this?

Thanks

sunny_talwar

Try this:

=Count({1<OpenYear ={2016}>}DCF)/Count(TOTAL <Openmonth>{1<OpenYear ={2016}>}DCF)