Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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.