Excel Client:ElemIsChild: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
===Parameter=== | ===Parameter=== | ||
{| | {| class="wikitable" width="50%" | ||
|- | |- | ||
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' | |width="200pt" style=background-color:#f6f6f6 |'''Dimension''' | ||
| Line 21: | Line 21: | ||
===Example === | ===Example === | ||
{| | {| class="wikitable" width="50%" | ||
|- {{Tabellentitel}} | |||
|width="200pt" | |width="200pt" |Function | ||
| | |Result | ||
|- | |- | ||
|ElemIsChild(„Zeit“;“JAN 2005“; „2004“) | |ElemIsChild(„Zeit“;“JAN 2005“; „2004“) | ||
Revision as of 09:40, 6 March 2012
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 |