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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
cancel
Showing results for 
Search instead for 
Did you mean: 
h2bi
Partner - Contributor III
Partner - Contributor III

Replace null values with 0 dynamically

I have a table that each once in a while we add a new column, i cannot keep adding columns one by one putting that if( isnull(), 0, column) as column

i want to turn it to do it dynamically for all the columns of the table whenever there is null value replace it with 0

How?

Labels (2)
1 Reply
kfoudhaily
Partner - Creator III
Partner - Creator III

Hello,

NullAsValue *;
SET NullValue='0';

https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegu...

 

regards,

QlikView Qlik Sense consultant