SET_DIFFERENCE
Description
Example
p is Person
COUNT(
SET_DIFFERENCE(p.countries_with_citizenships, FORBIDDEN_COUNTRIES)
) > 0p is Person
COUNT(
p.countries_with_citizenships - FORBIDDEN_COUNTRIES
) > 0Last updated
Was this helpful?
