Function Cousin

  • This function operates on the order and position of members within levels. If two hierarchies exist, in which the first one has four levels and the second one has five levels, the cousin of the third level of the first hierarchy is the third level of the second hierarchy.

    Parameters

    • Member_Expression: string
    • Ancestor_Member_Expression: string

    Returns string

    the child member with the same relative position under a parent member as the specified child member.

Generated using TypeDoc