What is the difference between a blank and a null record?
Solved! Go to Solution.
@jillian Blank could mean that it is either an empty string or a null. Null is just null.
Hi Pulsar,
Shouldn't Null mean it's unknown? The value of Null may be missing, empty or could be anything. But blank only mean empty string.
Like someone's middle name is empty just means he/she doesn't have a name, if middle name is Null, then it means the middle name is missing, could be empty, or "A" or "ABC" or anything....
On the page that lists all Functions, click the third icon for Expand All, then look at the examples for the IsEmpty function.
https://help.alteryx.com/current/Reference/Functions.htm
Hi Chris,
Thanks for the reply. Why do we need to cleanse Null into Blank for string, if Null is part of blank?
Also, I'm confused with definition of Null:
Take a look at this video, 5 minutes:
Using Null & Empty in Expressions
https://community.alteryx.com/t5/Interactive-Lessons/Using-Null-amp-Empty-in-Expressions/ta-p/98944
Null versus empty is a long discussion, not unique to Alteryx. Microsoft Access programmers also have the same questions.
A Google search should help with examples.
This was very helpful. Thank you!