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

How to select records corresponds to null values?

Hello All,

I am having a table say

Tab1:

Col1, Col2

a1, 1

a2,

a3, 2

a4,

a5, 3

Now I have to select those column's value from Col1 where Col2 is null in Qlikview.

Can we get it using expression or we need to work at backend?

Regards,

Balraj

12 Replies
Anonymous
Not applicable
Author

Yes, I have put my field name only...

er_mohit
Master II
Master II

See the attached file

alexandros17
Partner - Champion III
Partner - Champion III

Are you sure they are Null?

please try the following and let me know ...

If(Isnull(MyField) or Trim(MyField)='', 'NO', MyField)