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
5 replies
Subscribers
9 subscribers
Views
3317 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
In the a!queryFilter(), we have a "field" property. It works when the
chetany
A Score Level 1
over 10 years ago
In the a!queryFilter(), we have a "field" property. It works when the field in the CDT is single. I am getting an error which suggests that if the field is multiple then a!queryFilter() cannot be used.
The error is: "Cannot filter by field [allowed_users] because it is a complex, multiple, or child of a multiple data type. (APNX-1-4203-020)"
Also, I have used the operator "includes". I just want to apply a filter to check if the "allowed_users"(which is multiple ) contains loggedInUser(). My understanding was that this will filter only those records which have "allowed_users" containing the loggedInUser()?
I think I am wrong about this usage. Please let me know how I can apply a!queryFilter() in this scenario.
OriginalPostID-147431
OriginalPostID-147431
Discussion posts and replies are publicly visible
Parents
0
Mike Schmitt
Certified Lead Developer
over 10 years ago
I'm under the impression (though I could be remembering wrong) that the "INCLUDES" operator is meant to filter by a text field [singular] that includes the passed-in text at some point.
The functionality you're after seems like you might want to try "IN", which compares across mulitples; however I'm unsure whether it'll act the way you want when the field referenced is a multiple. I suggest you test it out in a new Expression Editor window and see what happens.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mike Schmitt
Certified Lead Developer
over 10 years ago
I'm under the impression (though I could be remembering wrong) that the "INCLUDES" operator is meant to filter by a text field [singular] that includes the passed-in text at some point.
The functionality you're after seems like you might want to try "IN", which compares across mulitples; however I'm unsure whether it'll act the way you want when the field referenced is a multiple. I suggest you test it out in a new Expression Editor window and see what happens.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data