Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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)