Framework:FKT DimHasChildren: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Formulae#Functions|Function]]==
==[[Framework:Formulae#Functions|Function]]==


FKT_DimHasChildren(<dimension name>,<Element_CopSysId>)  
<span {{CoPFormel}}>FKT_DimHasChildren(<dimension name>,<Element_CopSysId>)</span>


 
{| class="wikitable" width="80%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|- {{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Dimension name
|Dimension name
Line 15: Line 14:
|COPSYS_ID of the element
|COPSYS_ID of the element
|}
|}
 
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].


==Result==
==Result==
Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements
Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements


__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|DimHasChildren]]
[[Category:Functions_-_server-side|DimHasChildren]]
[[Category:Functions_-_server-side|DimHasChildren]]
[[de:Framework:FKT DimHasChildren]]
[[de:Framework:FKT DimHasChildren]]

Latest revision as of 08:37, 24 May 2012

Function

FKT_DimHasChildren(<dimension name>,<Element_CopSysId>)

Parameter Description
Dimension name Name of the dimension
Element_CopSysId COPSYS_ID of the element

This function belongs to server-side functions.

Result

Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements