Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date range selection help

Screenshot.png

In the attached file I am trying to get the date selections to effect the table and show a to - from date in the current selections box. I seem to have everything in place, but it still does not work. Any help on this will be greatly appreciated.

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

Your date was not formatted properly.

Correct Expression

='>=' & Date(vPlaceStart, 'MM/DD/YYYY') & '<=' & Date(vPlaceEnd,'MM/DD/YYYY')

and remove = sign from field.

look at attached image.

Regards

ASHFAQ

View solution in original post

5 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Check if this helped.

Regards

aSHFAQ

Anonymous
Not applicable
Author

Ashfaq,

That is it. How did you make it work?

ashfaq_haseeb
Champion III
Champion III

Hi,

Your date was not formatted properly.

Correct Expression

='>=' & Date(vPlaceStart, 'MM/DD/YYYY') & '<=' & Date(vPlaceEnd,'MM/DD/YYYY')

and remove = sign from field.

look at attached image.

Regards

ASHFAQ

israrkhan
Specialist II
Specialist II

See this video too... will show you how to select date ranges...

Selecting Arbitrary Date Ranges

Anonymous
Not applicable
Author

Awesome, thank you for your help!