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: 
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';