Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello! i saw some post about replacing nulls or blanks.
the closest post was this one https://community.qlik.com/t5/New-to-QlikView/Replacing-Blank-values-with-static-value/m-p/1559134#M...
I know if i use the "len(trim(field))>0" i can get rid of blanks but i have a lot of tables and a lot of fields so i need another way.
Thx for your help!
If there are many, I suggest you to work with "ApplyMap" concepts in Qlik.
If there are many, I suggest you to work with "ApplyMap" concepts in Qlik.
In the main() i use this sentence to replace nulls with Empty
Set NullValue = '< Empty >';
NullAsValue *;
What mapping do you suggest on this example below? i mean, if you can (or someone) write the explicit code.
I can select the blank fields but i dont find a way to replace them for a null value or '< Empty >'