DimensionTree::isCriteriaIntersecting Method [AX 2012]
Checks if the criteria intersect.
Syntax
client server public static boolean isCriteriaIntersecting(container _criteria1, container _criteria2)
Run On
Called
Parameters
- _criteria1
Type: container
The first criteria to compare.
- _criteria2
Type: container
The second criteria to compare.
Return Value
Type: boolean
true if criteria intersect; otherwise, false.
Remarks
Note: each non-empty wildcard criteria must contain at least one wildcard character.