Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

Null count

Hi All,

i want to check  in each filed null count  how can i check this?

is there any specific method ?

Thanks

Sony

11 Replies
Ponkaviyarasu
Partner - Contributor III
Partner - Contributor III

Hi Sony,

Try

MissingCount(FieldName)

Thanks,

Kavi

andrei_delta
Partner - Creator III
Partner - Creator III

hi,

count( {<[Field]={''}>} [Field])

Hope it helps,

Andrew