Excel Client:ElemIsChild: 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 |'''Child '''
|style=background-color:#f6f6f6 |'''Child '''

Revision as of 09:56, 19 July 2010

ElemIsChild(Dimension, Child, Parent)

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

Parameter

Dimension The dimension to which the operation applies.
Child Childelement
Parent ParentElement


Example

Function Result
ElemIsChild(„Zeit“;“JAN 2005“; „2004“) False