Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jblomqvist
Specialist
Specialist

Is there a way to replace NULL values with MISSING for all the fields in a data model?

Hello,

Is there a way to replace all the NULL values with MISSING for all the fields in a Qlik Sense app data model?

Or what is the most efficient way to do it when you are dealing with many fields? I have almost 300 fields.

1 Reply
tomasz_tru
Specialist
Specialist

SET NullValue = 'MISSING';

NullAsValue;