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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

listbox filter

Is there a way to filter dates via the from end search for listbox.

I try the following syntax:

for between 01/01/2018 and 01/01/2019:

>01/01/2018<01/01/2019

but no good,

any idea

1.png?

thanks

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

And how is the date created?

Date(Dates) as Dates?

View solution in original post

12 Replies
sunny_talwar
MVP
MVP

Go through this thread for searching...

Compound Search - demystified

Anonymous
Not applicable
Author

I looked at it earlier, but no mention of dates

YoussefBelloum
Champion
Champion

Hi,

to do this, you should use a Date field with this format DD/MM/YYYY and show it like the format shown above.

with this:

=Date(Date_field,'DD MMM YYYY')

Like this, you can search using a Start and an end dates like described above.

PS: your Date_field should have this format DD/MM/YYYY, or DDMMYYYY or whatever format in full numeric value

sunny_talwar
MVP
MVP

Try this

='>01/01/2018<01/01/2019'

or

='>01 Jan 2018<01 Jan 2019'

Anonymous
Not applicable
Author

did not work

Anonymous
Not applicable
Author

did not work

sunny_talwar
MVP
MVP

Is your date field format DD MMM YYYY or are you just displaying it like this but the actual format is something else?

Anonymous
Not applicable
Author

SET DateFormat='DD MMM YYYY';

sunny_talwar
MVP
MVP

And how is the date created?

Date(Dates) as Dates?