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
12 replies
Subscribers
8 subscribers
Views
4711 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Can we format the data which is displayed in gridTextColumn.
deepanc712
over 10 years ago
Hi,
Can we format the data which is displayed in gridTextColumn.
data:index(local!displaydatasubset.data,"emailaddress",{}) .
From the above code I'd like to fetch the user first name and display on the grid column.
Suggestions appreciated.
Thanks....
OriginalPostID-135856
OriginalPostID-135856
Discussion posts and replies are publicly visible
Parents
0
radhaa
over 10 years ago
deepanc, expression rule will work if you pass correct user name to that. if you would like to see the result of expression test it out side with test username.
As far as I know, null value is return in these two cases for your specifications
1. if you did null handling (if it is empty input then returning null value).
2. index(local!displaydatasubset.data,"emailaddress",{}) means there is no data , it will give empty arrray to that grid column.
Please check these two and also for debugging print local!datasubset data in any sail component like test,paragraph fields.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
radhaa
over 10 years ago
deepanc, expression rule will work if you pass correct user name to that. if you would like to see the result of expression test it out side with test username.
As far as I know, null value is return in these two cases for your specifications
1. if you did null handling (if it is empty input then returning null value).
2. index(local!displaydatasubset.data,"emailaddress",{}) means there is no data , it will give empty arrray to that grid column.
Please check these two and also for debugging print local!datasubset data in any sail component like test,paragraph fields.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data