Hi, I am somewhat confused about the true or false outcome of an undefined datafield text value in conditions and shorthand comparisons. In the Help section, it is first said that an undefined text value will give the result ‘false’.
"In other words, the comparison will be false if the left value:
** is undefined*
** is equal to false*
** is equal to empty text (“”)*
** is equal to a number or currency that is equal to zero*
** is an empty list"
Then, in the subsequent table, it is said that an undefined text value will be converted into a true result:
"|OTHER TYPE|UNDEFINED WILL BE CONVERTED INTO|EXAMPLE|
|text|empty text|” = undefined
is true|"
If I use a shorthand comparison, will an undefined text value, return a true or a false result?
Thank you!
Best regards,
Mark