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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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.

Labels (1)
1 Reply
sushil353
Master II
Master II

Hi,

Try something like

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

HTH

Sushil