}HierarchyProperties
Posted: Fri Mar 31, 2017 9:29 am
Hello,
Does anyone know if we can use the above control cube in MDX statements in plain TM1 ? If I read this page:
https://www.ibm.com/support/knowledgece ... n0274.html
I tried syntax like:
where Quarters was defined in the }HierarchyProperties cube, after which I ran in TI.
Thanks !
Does anyone know if we can use the above control cube in MDX statements in plain TM1 ? If I read this page:
https://www.ibm.com/support/knowledgece ... n0274.html
Or would it mean MDX statements outside of TM1 ?You can assign your own custom names to the hierarchy levels of the TM1® dimension by using the }HierarchyProperties control cube. The named levels you create can then be used when you externally access TM1 data with IBM® Cognos® Report Studio, MDX statements or other MDX OLAP tools. You can also assign a default member for the dimension.
I tried syntax like:
Code: Select all
{[Period].[Quarters]}
Code: Select all
RefreshMdxHierarchy('Period');
Thanks !