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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
amiroh81
Creator
Creator

Add null value

Hello everyone,

There is QVD which contains four columns,

I would like to add a column where there are values ​​equal to NULL.

How do I do this?

Of course I can add a new column with a value other than NULL.

Thanks in advance everyone.

1 Reply
sushil353
Master II
Master II

Hi,

Try something like

if(isnull(coulmn),'Y',coulmn)

HTH

Sushil