Opposite of "intersect with" (Lists)

Hi all,

I have 2 lists.

List A (All items):
Hessen
Bayern
Berlin

List B (user’s items):
Hessen
Bayern

Now I want to display in a Repeating group all items, that are NOT in List B.
The result (in the RG) should be:
Berlin.

If I use the “intersect with” on both lists, i’ll get the result:
Hessen
Bayern

But I want to “excluded” value (Berlin).

Can you help please?

best,
jupxi

Got it:

:minus list
is the solution!

:smiley:

1 Like

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