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
+1
person also asked this
people also asked this
Replies
4 replies
Subscribers
11 subscribers
Views
2102 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
I have a requirement that I have to show record view names based some condition.
arkaprobham
over 8 years ago
I have a requirement that I have to show record view names based some condition. So what I did is I have created a rule that
Rule name = GenerateRecordView
input = type_cd
type = Number (Integer)
Body=
if(ri!type_cd=1,
"ABC",
if(
ri!type_cd=2,
"DEF",
"Others"
)
)
Now in view label I wrote
rule!GenerateRecordView(rf!type_cd)
please note that record type is entity based and type_cd is Number(Integer)
In view it is given as "". Any help.
OriginalPostID-222146
OriginalPostID-222146
Discussion posts and replies are publicly visible
Parents
0
arkaprobham
over 8 years ago
@vinodb I am using 7.11 .
@bhanuprakashm I have checked it Column name is same.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
arkaprobham
over 8 years ago
@vinodb I am using 7.11 .
@bhanuprakashm I have checked it Column name is same.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data