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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Null values

Hi All,

how to handle null values through script

Regards

smiley

5 Replies
Sokkorn
Master
Master

Hi Muni,

There are lots of NULL discussion. See here and here

Regards,

Sokkorn

Not applicable

you can use len(FIELD)=0 to identify null values and use it in the load sript or even the where clause

Not applicable

in the script, add below statement

SET NullAsValue ='<Null>';

Not applicable

hi

There are many ways to handle null values.

You can test if a value is a null with the isnull( expression )

you can generate a null value with null()

You can use nullcount() as you use count() to count null values (script or in a chart)

You can use NullasValue to define the the null values in a field should be considerer as regular values for selections.

for more details see link.

http://community.qlik.com/docs/DOC-3155
http://community.qlik.com/thread/62255
http://www.qlikviewaddi...


er_mohit
Master II
Master II