Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
How can I create a null value in the load script? I am currently trying something like the following:
LOAD
'' as %SalesRegion
from ...
However, this seems to be keeping these values separate from nulls loaded elsewhere in the script.
Ideas?
Thanks,
Mel
load
....
null() as %SalesRegion,
....
from
Regards