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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

chart problem


I got this chart

screenshot.1.jpg

showing amount af items sold in 2012 and 2013, - but items in 2013 consists of two groups ex. carlsberg  and tuborg so i´d like the column for jan 2013 to be divided still in one column but with two colors and the amount inside segment.

I make this chart with two expressions

 

=count(if(year='2013',solditems))   and count(if(year='2012',solditems))

I´ve tried to add more dimensions but it fails

I want somthing like this

screenshot.2.jpg

this is made with 3 dimension and one expression showing 2013 but then i´m missing 2012 as the dotted line?????

15 Replies
Not applicable
Author

sorry - but I cant add sampledata

tresesco
MVP
MVP

What is the chart type you are using? With chart type 'Combo Chart', this should work fine.

sparur
Specialist II
Specialist II

Hi

i think stack bar chart will help you.

go to chart properties -> Style tab and select SubType "Stacked"

Not applicable
Author

I do use combo chart

Not applicable
Author

Hey - I did not see that possibility - thanx - now I just need to separate 2012 and 2013 so 2012 is a dotted line and 2013 is stacked

er_mohit
Master II
Master II

add two expression for 2012 and 2013

hope it helps

Not applicable
Author

You cant use stacked when using 2 expressions?? I only want stacked for 2013 and a dotted line for 2012??????

Not applicable
Author

tried that - but doent work with 2 expressions

tresesco
MVP
MVP

With Combo chart type:

Please check in the expression tab, if for the second expression, display options (Symbol and Line) are checked.