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: 
simblack
Contributor II
Contributor II

Chart: Show data between defined quarters

Hi Community,

I am trying to show only data between the current quarter and the next 5 quarters. My dimension  (and the data within) has a lot more entries:

mFdy494

 

 

 

 

Any ideas?

Labels (1)
2 Replies
simblack
Contributor II
Contributor II
Author

Can I push this? 🙄

simblack
Contributor II
Contributor II
Author

I solved the first part on my own (start from current quarter):

=if(date(the_data) >= date(today()),quarter_of_the_data)

Now I need to find out how to stop showing after 5 quarter from today.