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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to search date range?

Hi All,

I have the following three fields: Year, Month, Date

I can use them to filter the data, but now I was wondering how to use search the range of the date, say I want to search 2010-10-01 to 2011-01-01,

how to achieve it? Any object supports it?

Thanks.

Labels (1)
3 Replies
Not applicable
Author

Check out the postings on Slider/Calendar objects.

Not applicable
Author

But the date range is across two years, how to use calendar to handle it?

Not applicable
Author

use

LOAD Year,

     Month,

     Date,

     date#(Year&Month&Date,'YYYYMMDD') as newfieldname

FROM

[1.xls]

(biff, embedded labels, table is Sheet1$);

in the script.

create Calendar objects or list box.