Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
hamdaniahmad
Contributor III
Contributor III

Combining 2 Stacked Bar with different dimensions

Hello All,

I have a question, can I combine 2 stacked bar into only 1 object?

I have case to comparing total sales persons with their area with different dimensions (see picture).

If we combine into 1 object, it's easier to see and analyze.

Anyone have any suggestions or maybe Qlik Sense have special extension for this case?

It is better if stacked bar also showing transition between dimension.

Thanks anyway.

sense.png

3 Replies
OmarBenSalem

u have 2 measures u want to combine into the same bar?

one for Sales another for Area?

hamdaniahmad
Contributor III
Contributor III
Author

Yes... exactly, I have 2 Measures and 2 Dimensions, is it possible?

OmarBenSalem

Try to use valueList()

sthing like follow:

Dim : ValueList('Sales Person','Area')

Dim2 : YourDim

Measure: if(ValueList('Sales Person','Area')='Sales Person', YourFirstMeasure,YourSecondMeasure)