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
7 replies
Subscribers
7 subscribers
Views
2962 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Error in Grid using Process analytics as Data
Issam Dabaie
Certified Senior Developer
over 8 years ago
Hello,
I have a grid using a Process Analytics Report as the source of data. I get the following message:
Expression Evaluation error in rule 'Rule Name' at function a!gridField [line 45] Type Validation Null.
I'm not sure what is causing this issue, since looking at the report the data looks perfectly normal.
Any thoughts? Your help is appreciated.
OriginalPostID-266095
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 8 years ago
@issamd850 I agree with @rudrakshakammarig , @reginaldm377 also try using index() rather than data.key because if you use that, and if there is no data for the key, you can expect the same error.
So do the following
1) Cross check with the spelling
2) use index() wherever possible rather than datasubset.key as
index(local!datasubset, "c0", {})
3) Cross check whether the field value which we are trying to retrieve(like c0, c1, c2, ...), is getting return from QueryProcess or not
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 8 years ago
@issamd850 I agree with @rudrakshakammarig , @reginaldm377 also try using index() rather than data.key because if you use that, and if there is no data for the key, you can expect the same error.
So do the following
1) Cross check with the spelling
2) use index() wherever possible rather than datasubset.key as
index(local!datasubset, "c0", {})
3) Cross check whether the field value which we are trying to retrieve(like c0, c1, c2, ...), is getting return from QueryProcess or not
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data