Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Chart Between a Year Date Range: Example 1990< x </ 2000

In the attached picture a customer is looking to chart with the count that falls within in date ranges.  Is this possible in Qlikview?

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

Sure, take a look at class function.

You should add a calculated dimension similiar to this one

class(Year,10)

View solution in original post

1 Reply
danielrozental
Master II
Master II

Sure, take a look at class function.

You should add a calculated dimension similiar to this one

class(Year,10)