Interseca

Syntax

Interseca(Value1: Variant, Value2: Variant)

Parameters

Value1. The first compared attribute.

Value2. The second compared attribute.

The following is set as argument:

IMPORTANT. The array of values should be contained at least in one of the specified arguments.

For details see the Creating Custom Attributes section.

Description

It searches for common values in compared arguments and returns the value:

Example

Formula Result
= Interseca(OJBECT.ATTR_1, SUBJECT.ATTR_2) The function returns True if the array of object custom attribute values with the ATTR_1 identifier and the array of object custom attribute values with the ATTR_2 identifier contain at least one matching group name, otherwise it returns False.

See also:

Functions Available in Expression Editor | Attribute-Based Access Control | IABACUtils.Interseca