Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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 .