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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
bnichol
Specialist
Specialist

Search Expression for Between Timestamps

I'm trying to select the results between 2 timestamps in a multibox using the search expression.

I'm able to accomplish something similar for dates, by providing ">=2010-07-01 <2010-08-01".

When I try this with timestamps, there is no reduction in the result set.

Any suggestions?

B

Labels (1)
1 Reply
Not applicable

Check your DateFormat. It should be like this:

SET DateFormat='M/D/YYYY';


And type the date in this format for your search expression.