Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

1 Solution

Accepted Solutions
sunny_talwar

And how is the date created?

Date(Dates) as Dates?

View solution in original post

12 Replies
sunny_talwar

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

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

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

And how is the date created?

Date(Dates) as Dates?