Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
2798 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there any way to differentiate Null (Which represents absence of value) &
piyusha
over 10 years ago
Is there any way to differentiate Null (Which represents absence of value) & Space ( Which is actual a value instead).
I have a requirement where in SAIL FORM's Textfield is Null First time but after putting value into it and then with Previous button concept in further Forms, update it with Space in First Form.
In an expression it is treating Null & Space as a same value....
OriginalPostID-133273
OriginalPostID-133273
Discussion posts and replies are publicly visible
Parents
0
nageswararaoa
over 10 years ago
You can use lenb(sample_txt) function to check whether it is null or space.
The function will return the length in bytes of the text.
If it is null it will return 0(zero) otherwise it will return an integer more than zero.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
nageswararaoa
over 10 years ago
You can use lenb(sample_txt) function to check whether it is null or space.
The function will return the length in bytes of the text.
If it is null it will return 0(zero) otherwise it will return an integer more than zero.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data