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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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