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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can't make a Bar Chart

HI All,

I'm trying to make a chart out of the Categories column but its shows no data to display. I need to show the categories as bar with the dollar amounts on the left. I don't know if to use dimensions or not just need to display the categories.

Please provide assistance.

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Have you seen my second answer above?

View solution in original post

5 Replies
swuehl
Champion III
Champion III

Sorry, I haven't fully understood what you want to show.

Only category as dimension and  then your expressions as grouped bars?

See attached for my current status

swuehl
Champion III
Champion III

Ah, or maybe using a calculated dimension to re-calculated category:

=Aggr(

If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) <= 500, 'Small',

  If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) <= 12000, 'Middle', 'Large'))

,[Customer Internal ID])

Not applicable
Author

Thanks for the response for categories I'm using a formula.

=If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) <= 500, 'Small',

  If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) <= 12000, 'Middle', 'Large'))

I want to have something like this, instead having small middle and large instead of the months and the figures all the left.

Please provide assistance.

Capture.PNG

swuehl
Champion III
Champion III

Have you seen my second answer above?

Not applicable
Author

Thanks Community Users, you guys are awesome always there to provide assistance!