Description
Returns True if the specified expression is True for any sibling. Formula using this function must be in a local property.
Syntax
HasSiblingWith(Expression1: Boolean): Boolean
Example
HasSiblingWith(PropValue(Leaf))
If any of the children are leaves, then the return value is True.