Filetr with two groups (critria) with or/and — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Filetr with two groups (critria) with or/and

Summary:


Content (please ensure you mask any confidential information):

Hi Team,

my ned is to have two critrias ( groups )-

that the operator between the two group is and

first- operator between them-or

 [ {

            "op":"$co",

            "attribute":"LocationName",

            "value": "{{$page.variables.filterText}}"

 

          },{

            "op":"$co",

            "attribute":"Name",

            "value": "{{$page.variables.filterText}}"

          }]

and second- operator between them-and

[{

            "op":"$co",

            "attribute":"Title",

            "value": "{{$page.variables.filterText2}}"

          },

          {

            "op":"$co",

            "attribute":"Status",

            "value": "{{$page.variables.filterText2}}"

          }]

how can I do that?

basically I need two crietria, but I can't do that - (Duplicate Key "criteria")

can someone help?

thank you!!!


Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!