Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Robertt
Contributor
Contributor

null fuction

how to remove null fields from a column
 como eliminar un campo null de una columna 

 

Labels (1)
1 Solution

Accepted Solutions
Taoufiq_Zarra

may be

if(Len(Trim(field))>0,field) as field
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

1 Reply
Taoufiq_Zarra

may be

if(Len(Trim(field))>0,field) as field
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉