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

normalizing in a bar chart

Hi,

My bar-chart has two dimensions Brands and Media and it is based on the expression sum(FieldName). As a result I can see media distribution inside each brand (see the file attached). The bars are the brands im my example.

I need two normalize it. I need to set 100% for each brand so that brands (bars) could be of the same height.

How can I do it?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Dimension

1) Field1

2) Field2

Expression

SUM(YourFactField)/SUM(TOTAL <Field1> YourFactField)

Untick Values on Data Points

SUM(Sales)

Untcik Bar

Tick Values on Data Point

Style STACKED

Hope this helps...

View solution in original post

4 Replies
MK_QSL
MVP
MVP

You need to use Total Qualifier. What are the Dimension and Expression for this chart?

awhitfield
Partner - Champion
Partner - Champion

Hi Larisa,

see if the attached helps

Andy

https://community.qlik.com/thread/13284

MK_QSL
MVP
MVP

Dimension

1) Field1

2) Field2

Expression

SUM(YourFactField)/SUM(TOTAL <Field1> YourFactField)

Untick Values on Data Points

SUM(Sales)

Untcik Bar

Tick Values on Data Point

Style STACKED

Hope this helps...

Anonymous
Not applicable
Author

Thank you!