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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Andrea_001
Contributor II
Contributor II

Create a particular graphic stacked bar

Hi at all,

I'd like to transform two or more graphic pies,  based on a dimension that measures only two % values (YES/NO) (see attached fig1.png),  to one only graphic stacked bar where my dimensions stays on "X - axis"  and the measure that has two different values,  on Y-axis (see attached fig2.png)

Is it possible on QlikSense ?

Can someone help me ?

Thanks

 

 

1 Solution

Accepted Solutions
jochem_zw
Employee
Employee

Yes is possible, you could do it in a bar graph, with 1 dimension and 2 expression, or with 2 dimensions and 1 expression. Suppose we have this table:

DimensionYesNoValueYesNo
AYes4545 
AYes4848 
ANo50 50
ANo49 49
BYes1515 
BYes2020 
BNo25 25
BNo30 

30

 

Option 1 would be:

Dimension: Dimension, Expression: Sum(Yes) and Sum(No)

Option 2:

Dimension: Dimension and YesNo, Expression: Sum(Value)

I would prefer Option 2, because in this way you can also make selection on Dimension A or B

 

View solution in original post

1 Reply
jochem_zw
Employee
Employee

Yes is possible, you could do it in a bar graph, with 1 dimension and 2 expression, or with 2 dimensions and 1 expression. Suppose we have this table:

DimensionYesNoValueYesNo
AYes4545 
AYes4848 
ANo50 50
ANo49 49
BYes1515 
BYes2020 
BNo25 25
BNo30 

30

 

Option 1 would be:

Dimension: Dimension, Expression: Sum(Yes) and Sum(No)

Option 2:

Dimension: Dimension and YesNo, Expression: Sum(Value)

I would prefer Option 2, because in this way you can also make selection on Dimension A or B