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