Excel Client:ElemIsAncle: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
|Dimension auf die Bezug genommen wird
|The dimension to which the operation applies.
|-
|-
|style=background-color:#f6f6f6 |'''Ancle '''
|style=background-color:#f6f6f6 |'''Ancle '''

Revision as of 16:57, 6 May 2010

ElemIsAncle(Dimension, Ancle, Parent)

This returns a value of True if the element Ancle is a “grandchild” of the element Parent. Otherwise it returns a value of False. The value of False is also returned if Ancle or Parent is not present as an element in the dimension.

Parameter

Dimension The dimension to which the operation applies.
Ancle Grandchild element
Parent Parent Element


Example

Function Result
ElemIsAncle(„CopDim.dim_sys_zeit“;“JAN 2005“; “dim_sys_zeit“) True