After configuring or editing the named levels
in the }HierarchyProperties control cube, use the RefreshMdxHierarchy function
to update the MDX hierarchies in the TM1® server
without requiring you to restart the server.
Procedure
- Create a new TI process.
- Enter the RefreshMdxHierarchy function
on the ProLog tab using the following format:
RefreshMdxHierarchy(dimensionName)
where
the optional parameter, dimensionName, can either specify a
specific dimension to update or can be blank to update all dimensions.
For
example, to update all dimensions:
RefreshMdxHierarchy('');
To
update only the customers dimension:
RefreshMdxHierarchy('customers');
- Run the TI process.