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
9 replies
Subscribers
10 subscribers
Views
4169 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Hi, How to implement multiple facets on service-backed records. For e
Durgesh
A Score Level 2
over 11 years ago
Hi,
How to implement multiple facets on service-backed records. For example, I have defined two facets, one for Title & another for Department. What will be the structure of filter query in this case (Having both the facet options selected by a user)?
Please provide any example.
Thanks...
OriginalPostID-99458
OriginalPostID-99458
Discussion posts and replies are publicly visible
Parents
0
Durgesh
A Score Level 2
over 11 years ago
Few queries -
1) Suppose, 'HR' Department & 'Manager' Title is seletced
Then, what would be the structure of filter query?
filterQuery ==> groupId=4 AND titleId=1
OR
filterQuery ==> 4 AND 1
OR
filterQuery ==> 4,1
And what if only 'HR' department is selected?
2) How this will be applied to an array of appian user objects?
Thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Durgesh
A Score Level 2
over 11 years ago
Few queries -
1) Suppose, 'HR' Department & 'Manager' Title is seletced
Then, what would be the structure of filter query?
filterQuery ==> groupId=4 AND titleId=1
OR
filterQuery ==> 4 AND 1
OR
filterQuery ==> 4,1
And what if only 'HR' department is selected?
2) How this will be applied to an array of appian user objects?
Thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data