Hi, How to implement multiple facets on service-backed records. For e

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
  • 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
Reply
  • 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
Children
No Data