RG to display a list that matches a "This-OR-(That-OR-That)" Condition

How do express for a repeating-group to display a list that matches a “This-OR-(That-OR-That)” Condition?

In other words it has to match Condition A, OR match Condition (B OR C), which is not the same as saying that it has to match A, OR B, OR C

Example: If Current User is the Creator OR if Current User Is Not the Creator but is “Department” (Sales OR Marketing).

Same question goes for “This-AND-(That-OR-That)” Condition.

Use “Merge” to combine A and (B or C).

So one Merge will be in the “Data Source” to merge A with the other SearchFor, then i do another merge in the constraint for (B OR C)?

image

Merge them all in the data source. That is pretty much the same. Merge my stuff with other people’s stuff.

But im not looking for an A-or-B-or-C condition, i want an A-or-(B-or-C) condition

that was just an example or a Merge.

Search for Current User is the Creator “merged with” Search for Current User Is Not the Creator and “Department” (Sales OR Marketing).

Not really following, sorry if you make it a little clearer answering my initial question

This topic was automatically closed after 70 days. New replies are no longer allowed.