Excel Client:ElemHasChild: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==ElemHasChild(Dimension, Element) ==
==[[Excel_Client:Functions_(Formulas)|Function]]==
 
<span {{CoPFormel}}>ElemHasChild(Dimension, Element)</span>


This [[Excel_Client:Functions_(Formulas)|function]] returns a value of True if the element contains child elements. Otherwise it returns a value of False. The value of False is also returned if the element is not present in the dimension.  
This [[Excel_Client:Functions_(Formulas)|function]] returns a value of True if the element contains child elements. Otherwise it returns a value of False. The value of False is also returned if the element is not present in the dimension.  


===Parameter===
{| class="wikitable" width={{{breite|80%}}}
 
|- {{Tabellentitel}}
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
| width="150px"|Parameter
| Description
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' 
|Dimension  
|The dimension to which the operation applies.
|The dimension to which the operation applies.
|-
|-
|style=background-color:#f6f6f6 |'''Element '''
|Element
|The element that is being searched.  
|The element that is being searched.  
|}
|}


 
==Example ==
===Example ===
<span {{CoPFormel}}>ElemHasChild("Zeit";"JAN 2005")</span><br>
 
returns False
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
|-
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|style=background-color:#f6f6f6 |'''Result '''
|-
|ElemHasChild(„Zeit“;“JAN 2005“)  
|False
|}
 


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

Latest revision as of 14:52, 15 April 2014

Function

ElemHasChild(Dimension, Element)

This function returns a value of True if the element contains child elements. Otherwise it returns a value of False. The value of False is also returned if the element is not present in the dimension.

Parameter Description
Dimension The dimension to which the operation applies.
Element The element that is being searched.

Example

ElemHasChild("Zeit";"JAN 2005")
returns False