Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I'd like to convert the value from null to 0 for all dimension that i?m uploading.
How I can do it??
Thanks,
Livio
does it show as null or nothing?
if(len(dimension)<1,0,dimension)
if(dimension='null',0,dimension)
Image for that Null dimension?
Hi
Please use this in your script.
NULLASVALUE *;
SET NullValue = '0';
This will change all null value to 0.
Many Thanks
Karthik
Hi Livio,
If you want to change the null to 0 for specific columns, you can try like below.
NullAsValue Field_Name1, Field_Name2....... etc;
Set NullValue = 0;
Note: Make sure to paste this statement before the data loaded into the application.
I have misure and no dimension. I've tried with your code but it isn't work again.
If it is a measure then just change the chart setting:
Im'm using Qlik Sense Desktop!
Wrong forum then!