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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selecting data by time range

Hi Qlikview Community


I have a time field in the following format (08:00:00 AM).

I only want to select data that is between the 04:30:00 AM to 11:30:00 PM which makes the up the plant production time.


I hope that you can assist.





2 Replies
robert_mika
Master III
Master III

Try

LOAD time

FROM

(ooxml, embedded labels, table is Sheet5)

where time>'04:30:00 AM ' and time <'11:30:00 PM'

sushil353
Master II
Master II

Hi,

Try : Where time > Time#('04:30:00 AM','HH:MM:SS TT') and time <  Time#('04:30:00 AM','HH:MM:SS TT')

HTH

Sushil