Framework:FKT DimHasChildren: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
Created page with '==Function== FKT_DimHasChildren(<dimension name>,<Element_CopSysId>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f…'
 
D.harg (talk | contribs)
Angleichung an deutsches Wiki
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
==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==
<code>FKT_DimHasChildren(Produkte,1)</code>Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements


==Result==


Provides 1, if the dimension element has sub-elements (children) and 0 if there are no sub-elements
If the dimension has "-" (dashes) in the name, the name must be typed
 
<code>FKT_DimHasChildren("GuV-Gesamtkostenverfahren-Struktur",1)</code>


__NOEDITSECTION__  
__NOEDITSECTION__  


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

Latest revision as of 08:13, 3 July 2026

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

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


If the dimension has "-" (dashes) in the name, the name must be typed

FKT_DimHasChildren("GuV-Gesamtkostenverfahren-Struktur",1)