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

Selecting Dates

Hi,

     I have two Calendar controls in my report wherin one implies the Start Date and the other End Date.

     I have a field called Issue Date in which I have to make forceful selections of dates corresponding to the Dates present in between

     the Start and the End Date.

     Please suggest a way forward.

Regards

Navin.G

1 Reply
Not applicable
Author

Take a list box,

In it write an expression:

if([Issue Date]>=vStartdate and [Issue Date]<=vEnddate,[Issue Date])

vStartdate and vEnddate are the variable where u r going to store values of the field selected .