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: 
ravindraa
Creator
Creator

Start Date and Todate

Hi All,

  I have strcuk in one place please give me any suggestion to come out of this place.

My requirement is i have to put two input boxes to select the dates i mean one input box for START DATE and one for TODATE.

for that i have created two variables i am trying to pass two date fields but the values are not changing according to the date selection.

ex:

in Start date input box i passed 1/14/2016 and

in TOINPUTBOX i passed 1/20/2016 

Now i want to display the date from Jan 14 to jan 20 but the values are not changing.

kindly give me any suggestion.

Please find the attached document.

3 Replies
sunny_talwar

May be a trigger on your both the variables with the following search string:

='>=' & Startdate & '<=' & Todate

Capture.PNG

Anonymous
Not applicable

you may chnage your listbox with date to a listbox with expression

=if (Date>='$(Startdate)' and Date<='$(Todate)',Date)

sasikanth
Master
Master

HI Ravindara,

As an alternative you can use calendars here,

Please find the attached application.

Hope it helps you.