Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

help with chart

Hi,

I am trying to do something with a bar chart but can't find how.

I have 6 expressions

$(vCurrentYearCompletedYTD)

$(vCurrentYearExchangedYTD)

$(vCurrentResYTD) - $(vCurrentCancelYTD)

$(vCurrentYearCompletedPTD)

$(vCurrentYearExchangedPTD)

$(vCurrentResYTD) - $(vCurrentCancelPTD)

i want to show

$(vCurrentYearCompletedYTD)

$(vCurrentYearCompletedPTD)

on the same bar overlapping each other

$(vCurrentYearExchangedYTD)

$(vCurrentYearExchangedPTD)

on the same bar overlapping each other

$(vCurrentResYTD) - $(vCurrentCancelYTD)

$(vCurrentResYTD) - $(vCurrentCancelPTD)

on the same bar overlapping each other

Can anyone tell me if that is possible?

If i use the Stacked option, all 6 are overlapping.

Thanks

Chris

1 Reply
giakoum
Partner - Master II
Partner - Master II

If I understood well, you need a second dimension that will group your expression two by two.

So

$(vCurrentYearCompletedYTD)

$(vCurrentYearCompletedPTD)

should belong to the same groupd say CurrentYearCompleted

$(vCurrentYearExchangedYTD)

$(vCurrentYearExchangedPTD)

should belong to the same groupd say CurrentYearExchanged

etc