Hi there,
I am trying to turn records that are empty in a certain field into NULLs so that I can use countNulls in a formula later on in the workflow. I have used several IF statements in formulas but I am not seeing the cells output as NULL in my result.
I have tried ...
IIF(IsEmpty([TRACKING_NUMBER]),Null(),[TRACKING_NUMBER])
Any help would be appreciated!
Thanks,
Natalia