Excel Client:ElemLastChild: Difference between revisions

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


This [[Excel_Client:Functions_(Formulas)|function]] returns the element that appears in order as the last child element of the element Element. If the Element is not present in the dimension or if the Element has no Child elements, an empty string (“”) is returned.  
This [[Excel_Client:Functions_(Formulas)|function]] returns the element that appears in order as the last child element of the element Element. If the Element is not present in the dimension or if the Element has no Child elements, an empty string (“”) is returned.  


===Parameter===
{| class="wikitable" width={{{breite|80%}}}
 
|- {{Tabellentitel}}
{| class="wikitable" width="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 whose last child element is sought.  
|The element whose last child element is sought.  
|}
|}


 
==Example ==
===Example ===
<span {{CoPFormel}}>ElemLastChild("Zeit"; "2005")</span><br>
 
liefert „DEZ 2005“
{| class="wikitable" width="50%"
|- {{Tabellentitel}}  
|width="200pt" |Function
|Result
|-
|ElemLastChild(„Zeit“; „2005“)  
|„DEZ 2005“
|}
 


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

Latest revision as of 14:56, 15 April 2014

Function

ElemLastChild(Dimension, Element)

This function returns the element that appears in order as the last child element of the element Element. If the Element is not present in the dimension or if the Element has no Child elements, an empty string (“”) is returned.

Parameter Description
Dimension The dimension to which the operation applies.
Element The element whose last child element is sought.

Example

ElemLastChild("Zeit"; "2005")
liefert „DEZ 2005“