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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
shahamel
Creator
Creator

urgent: dynamic age range

Dear QV-users,

I want to combine two dimensions.

Slider_!.png

This graph (number per age) has a calculated dimension:

= class(floor((Today()-Geboortedatum)/365.25),$(AgeRange),'Age') 

Geboortedatum = Date of birth

Slider_2.png

This graph has a calculated dimension:

=Jaar-Geboortejaar

Jaar = Year

Geboortejaar = Year of birth

I would like to combine those two calculated dimensions into ONE dimension within ONE graph

Labels (1)
1 Solution

Accepted Solutions
shahamel
Creator
Creator
Author

=

class(floor(

(
Jaar-Geboortejaar)),

$(AgeRange)

,'Age')

View solution in original post

1 Reply
shahamel
Creator
Creator
Author

=

class(floor(

(
Jaar-Geboortejaar)),

$(AgeRange)

,'Age')