Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
SET NullValue = 'MISSING';
NullAsValue;