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: 
Anonymous
Not applicable

range selection through input box

Hi experts!


I have created a trigger on Field Date that sets the value for two variables vStartDate = Min(Date) and vEndDate=Max(Date). When I select different range in listbox Date, the value for variables do not change in input box. I am not able to figure out where I am making mistake. Could you please help.


Please find the app attched.


Thanks!

5 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

I assume you created the variables from within the input box and that causing the conflict, it started working once I removed them and added them back in variable overview

Anonymous
Not applicable
Author

Oh Really...I try again

Anonymous
Not applicable
Author

Thanks! that worked. I was trying to create trigger on Date so that it selects range in listbox. I have used this expression ='>=' & vStartDate & '<=' & vEndDate but seems for end date it is not selecting the = (last date), it is just selecting <.

Please find the app attached.

ramoncova06
Partner - Specialist III
Partner - Specialist III

this should cover what you are trying to do

QlikView App: Dates, Date Ranges and Set Analysis

Anonymous
Not applicable
Author

I feel that I am doing the right thing but not getting the right output. You can see my app attached. I have used same expression for creating trigger on Start Date and End Date but only in the case of End date it is not including the maximum date or latest date, it just selects everything less than maximum date and graeter than or equal to minimum date.

='>=' & vStartDate & '<=' & vEndDate