Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I use NULLASVALUE quite a lot when cell values are blank. With NULLASVALUE, I always get NULL as the default value.
Is it possible to rename it to OTHERS instead, just like it is possible for renaming fields in the load script?
Thanks,
Mathias
hi
you should be able to do it by using this
Set NullValue = 'Others'
hi
you should be able to do it by using this
Set NullValue = 'Others'
Solved it. Thanks!