Excel Client:ElemIsChild: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemIsChild(Dimension, Child, Parent) == This 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…'
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==ElemIsChild(Dimension, Child, Parent) ==
==[[Excel_Client:Functions_(Formulas)|Function]]==


This 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.
<span {{CoPFormel}}>ElemIsChild(Dimension, Child, Parent)</span>


===Parameter===
This [[Excel_Client:Functions_(Formulas)|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.


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width={{{breite|80%}}}
|- {{Tabellentitel}}
| width="150px"|Parameter
| Description
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' 
|Dimension
|Dimension auf die Bezug genommen wird
|The dimension to which the operation applies.
|-
|-
|style=background-color:#f6f6f6 |'''Child '''
|Child
|Childelement
|Childelement
|-
|-
|style=background-color:#f6f6f6 |'''Parent'''
|Parent
|ParentElement
|ParentElement
|-
|}
===Example ===
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
|-
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|style=background-color:#f6f6f6 |'''Result '''
|-
|ElemIsChild(„Zeit“;“JAN 2005“; „2004“)
|False
|}
|}


==Example ==
<span {{CoPFormel}}>ElemIsChild("Zeit";"JAN 2005"; "2004")</span><br>
returns False


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Formulas|ElemIsChild]]
[[Category:Excel_Client_Formulas|ElemIsChild]]
[[de:Excel_Client:ElemIsChild]]
[[de:Excel_Client:ElemIsChild]]

Latest revision as of 14:49, 15 April 2014

Function

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 Description
Dimension The dimension to which the operation applies.
Child Childelement
Parent ParentElement

Example

ElemIsChild("Zeit";"JAN 2005"; "2004")
returns False