Skip to content
May 9 / Administrator

DimensionElementComponentDelete


Description:

Deletes a child element from a dimension element.
NOTE: It will remove the element only from the rollup (from consolidated element). It will NOT actually delete the element from the dimension.


Syntax:

DimensionElementComponentDelete(DimName, ConsolidatedElemName,ElemName);


Arguments:

DimName - Name of the dimension

ConsolidatedElemName - Element name from which you want to remove the child element

ElemName - Child element's name


Return Type:

Nothing


Example:

DimensionElementComponentDelete('Months', 'Q1', 'Jan');

This will delete a child element Jan from element Q1 in dimension Months.

Element Jan will still be present in dimension. It will just be removed from Q1 consolidated element.



Leave a Comment

Thank you for Downloading.

Please input valid email id so that we can send you download link.

Email id Required.

We respect your privacy and never share your email id with anybody.