MetaHierarchy.clearDims

Syntax

clearDims ();

Description

The clearDims method clears dimensions list.

Example

Executing the example requires to create a service used to work with time series, to get a workbook instance from time series database (see MetaHierarchy.ChildEls) and add the following code in the document open event handler:

console.log("Clear list of dimensions");
hie.clearDims();

After executing the example the list of dimension is removed from the browser console.

See also:

MetaHierarchy