Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Different year value in a single bar with different color

hello everyone,

i have below chart, which is contain monthly sale

but i want show like below,means in a single bar it will show only jan's 16 and 17 sales(no need to show year in chart) data with two different color how it will be possible?

Thank You.

26 Replies
Anil_Babu_Samineni

That's not possible. Are you expecting 2016 and 2017 same as in your Image?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

I am expecting like below

Anil_Babu_Samineni

Looks like achievable.

Create Bar chart and

Dimension is

Month(FieldName)

Expression

Sum({<Year = {'2017'}>} Sales)

Sum({<Year = {'2016'}>} Sales)

And setting should change like in style tab you need to change from Group to Static.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tresesco
MVP
MVP

Try like:

Dim1: Month

Dim2: Year

Exp: <your exp>

Bar chart->Style tab->Subtype 'Stacked'

jyothish8807
Master II
Master II

Try this:

Use staked chart option.

Br,

KC

Best Regards,
KC
devarasu07
Master II
Master II

Hi,

may be this?

Capture.JPG

Anonymous
Not applicable
Author

it show like this

Anonymous
Not applicable
Author

i am not able to read QVW file, please share a screenshot

Anil_Babu_Samineni

Yes, You need to plot the inside the data points and disable the option called "Show the total on Top" in the presentation tab.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful