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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
cseward1963
Creator
Creator

Bar Chart

I want to create a bar chart that has 2 dimensions, but can't see how to do it.  I want to create a bar chart like the following:

18 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I can add a second Dim using the Add button below Dimensions. Do you not have that available?

2016-12-19_14-29-43.png

shraddha_g
Partner - Master III
Partner - Master III

In Qliksense bar chart you can have 2 Dimension and 1 Measure or 1 Dimension and multiple measures

Not applicable

Hi , Find the property and visulations . You can use month as and filter also by selecting the same

property.PNGGraph.PNG

cseward1963
Creator
Creator
Author

Geez, I feel kind of silly now,  I kept focusing on the "Add Alternative" dimension.  I think this will work.  Bob, did you ever work for Foamex ??

Not applicable

Add Alternative will onlyhelp when you want 2 dimension on x axis mutually exlcusive

eg: on x axis either Month or Year wise analysis

cseward1963
Creator
Creator
Author

So, I have 2 school years that I compare.  I have a bar for each and each is a different color.  I want to select a specific color for each school year, but having trouble with that now.  This is the screen. When I hover over 12 colors, nothing happens.  I want to select a color based on the school year name.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Use Custom Color, By Expression, and check "The expression is a color code".

2016-12-20_10-30-24.png

Then use an expression that returns color codes like:

if([school year] = '2015-2016'

,rgb(0,128,0)

,rgb(0,0,128)

)

No, I never worked for Foamex.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

cseward1963
Creator
Creator
Author

Thank you Very Much

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Please mark something as Correct if you  have your answer.

-Rob