Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I got this chart
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
this is made with 3 dimension and one expression showing 2013 but then i´m missing 2012 as the dotted line?????
sorry - but I cant add sampledata
What is the chart type you are using? With chart type 'Combo Chart', this should work fine.
Hi
i think stack bar chart will help you.
go to chart properties -> Style tab and select SubType "Stacked"
I do use combo chart
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
add two expression for 2012 and 2013
hope it helps
You cant use stacked when using 2 expressions?? I only want stacked for 2013 and a dotted line for 2012??????
tried that - but doent work with 2 expressions
With Combo chart type:
Please check in the expression tab, if for the second expression, display options (Symbol and Line) are checked.