Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

null handling

Hi all,

   How to supress nulls in a particular field

3 Replies
sujeetsingh
Master III
Master III

hi,

go to following link it will clear your stuff with NULLS

http://community.qlik.com/docs/DOC-3155

Not applicable
Author

hi

try this

Load

      field1,

     field2

from  table1      where not IsNull(field1) ;

**********************************************************************

some options on the presentation tab ,  "supress zero values".

if you want to hide the row in condition of only one expression, I think you could use something like

=if (column(MYEXPRESSIONCOLUMN) = 0,               

  //or if(isNULL(column(MYEXPRESSION)), ??

0,

YOUREXPRESSION

)

er_mohit
Master II
Master II

if using pivot table then for supress null value in particular fields then

see the image