Expression Help
Posted: 22 Mar 2012, 16:35
Hi all,
I'm trying to get a boolean output from a string expression. Simply, if there is no text (null) give me 1, if there is some text give me 0. I'm using the following but to no avail.
A == "" ? 1 : 0
How do I express a null value in a String Expression?
I'm getting 'cannot convert int to string'.
Thanks,
Chris
I'm trying to get a boolean output from a string expression. Simply, if there is no text (null) give me 1, if there is some text give me 0. I'm using the following but to no avail.
A == "" ? 1 : 0
How do I express a null value in a String Expression?
I'm getting 'cannot convert int to string'.
Thanks,
Chris