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

Qvd filter

I am Loading a QVD file.....I have one field which hass null values....I want to load qvd for values whre that field is not null........

ex :-

load

qvd

where field is not null

Please help me how can I give where condition.......

3 Replies
Not applicable
Author

I got it...

where len(Field)>0

Zeta
Contributor III
Contributor III

Hi,

and for the opposite? Only where the value is NULL?

Zeta_0-1715940898783.png

 

Thx for help

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Zeta - just use Data Load editor (Instead of Data Manager which is very limited) and put a were clause directly there:

  • Where Len(Trim(YourField))=0
  • or Isnull(YourField)
cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.