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
6 replies
Subscribers
7 subscribers
Views
2404 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I have a cdt which have two fields [field1=,field2=150],[field1=230,
Dharsana
Certified Senior Developer
over 9 years ago
I have a cdt which have two fields
[field1=,field2=150],[field1=230,field2=],[field1=23,field2=]
Either field1 or field2 will have a value in each record. I need to Check which field is not empty and display in the single column of the grid.
Please help
OriginalPostID-179377
OriginalPostID-179377
Discussion posts and replies are publicly visible
Parents
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
If you have Appian common objects app deployed, there's a rule you can use
APN_replaceNull (Returns nullableValue only if it is not null. Else return replacementValue.)
Use apply on the grid it will only display and not update CDT.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
If you have Appian common objects app deployed, there's a rule you can use
APN_replaceNull (Returns nullableValue only if it is not null. Else return replacementValue.)
Use apply on the grid it will only display and not update CDT.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data