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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Help with Chart

Hi All

I am tasked with creating a Bar chart with age range

so Dimensions are days 0-20, 21-40, 41-60 etc

And it counts how many tickets are open

My question is how do i go about this?

1 Solution

Accepted Solutions
sunny_talwar

See if the attach helps

Capture.PNG

View solution in original post

5 Replies
sunny_talwar

Use a calculated Dimension using Class function and a simple Count function for counting field in each bucket. Would you be able to to share a small sample to help you better?

erivera10
Creator
Creator

Hi,

Use master calendar, that's the best practice.

Best regards,

Erivera10

swuehl
MVP
MVP

Have a look at

Recipe for a Histogram

Buckets

You can probably use something like

=Class( AgeField, 20)

as calculated dimension and

=Count( AgeField)

as expression.

sunny_talwar

See if the attach helps

Capture.PNG

Anonymous
Not applicable
Author

Sunny Thanks for your help!

Any ideas how to change the Labels on the bottom?

so it says 0-20, 21-40 etc?

Currently saus 0>x=20... etc