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):