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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

Labels (1)
4 Replies
swuehl
Champion III
Champion III

Try

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

sunny_talwar
MVP
MVP

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
MVP
MVP

Try this:

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