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

Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!
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
Partner - Champion II
Partner - Champion II

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
Partner - Champion II
Partner - Champion II

Try to use valueList()

sthing like follow:

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

Dim2 : YourDim

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