Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

i want to limint the years list in the calendar

Hi

          Here i have a calendar instace it is coming to in handler . what is my problem is . it displaying years up 2011 to 2020 . i want to limit that years list in to 2016 . if years change than it will display like 2017 . i attached some files. in the jsp file it is coming form a hashmap that calandarlist . it want to make it dynamic . it call from dao and changes in handler

please solove the issue

1 Reply
erichshiino
Partner - Master
Partner - Master

Hi,

Sorry.. i couldn't download your files...

but you can fix it from the script level, reducing the data you reload

You can write something like this:

Load

*

from ...

where Year(Date) <=year(today())+5;

Hope this helps...

Erich