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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load records with null value

HI all,

I have a time field in the data with the format ''dd/mm/yy hh:mm:ss' and have a name corresponding to each time field.

I need to pull the records where time is '00/00/00 00:00:00' .

Thanks.

Regards,

kv.

1 Reply
jagannalla
Partner - Specialist III
Partner - Specialist III

Try using where condition.

Load * from

Table.qvd

Where TimeField ='00/00/00 00:00:00';