Share via


LastSibling (PEL)

This function returns the last child of its parent.

Member_Expression.LastSibling

Parameter

  • Member_Expression
    A valid PerformancePoint Expression Language (PEL) expression that returns a member

Return values

A member that is the last child of its parent.

Remarks

The last child of a parent is its own sibling.

This function is defined as Member_Expression**.Parent.LastChild**. For specific reference information, see Parent (PEL) and LastChild (PEL).

The PEL compiler can generate SQL code for this function when the function is part of an absolute reference. The compiler cannot generate SQL code when the function is part of a relative reference.

PEL cannot be used to reference user-created member views in non-time dimensions. To write a business rule that references a member view in a non-time dimension, use a native Multidimensional Expressions (MDX) implementation.

See Also

Reference

Parent (PEL)
LastChild (PEL)
SQL generation for PEL functions

Other Resources

PEL reference
Multidimensional Expressions (MDX) Reference on MSDN