I am planning to create a cube using the following dimensions:
- }ApplicationEntries
- Dim1
- Dim2
Is there any implications if creating a cube with control dimensions?
Thanks.
Creating a cube with control dimensions
-
- MVP
- Posts: 3705
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Creating a cube with control dimensions
It depends on the cube use. Be aware that all element weights in }ApplicationEntries are 0 so you won't be able to report any data at any consolidation or "folder" level. For this reason it's normally better to use a copy dimension with standard element weights of 1.yingchai wrote:I am planning to create a cube using the following dimensions:
- }ApplicationEntries
- Dim1
- Dim2
Is there any implications if creating a cube with control dimensions?
Thanks.
Issues in general with control dimensions are that they don't contain consolidations which can be helpful for grouping, calculations and reporting. Also for cubes and dimensions the dimensions are rebuilt from scratch on every server restart from reading the .cub and .dim files so any static subsets will lose all members (why this doesn't happen for chores and processes I don't know)
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Community Contributor
- Posts: 341
- Joined: Wed Nov 03, 2010 9:16 pm
- OLAP Product: tm1
- Version: 10 2 2 - 2.0.5
- Excel Version: From 2007 to 2013
- Location: Earth
Re: Creating a cube with control dimensions
Hi
They usually contain S: elements, so maybe better to place it as the last dim in the cube (not necessarily) but otherwise you can use it in cubes.
There was a post earlier here on the forum, don't remember when , that was about issues with creating subsets from control dimensions but I might be wrong.
Anyway, I often use cubes with }Groups or }Clients included without any issues
They usually contain S: elements, so maybe better to place it as the last dim in the cube (not necessarily) but otherwise you can use it in cubes.
There was a post earlier here on the forum, don't remember when , that was about issues with creating subsets from control dimensions but I might be wrong.
Anyway, I often use cubes with }Groups or }Clients included without any issues
-
- Regular Participant
- Posts: 424
- Joined: Sat Mar 10, 2012 1:03 pm
- OLAP Product: IBM TM1, Planning Analytics, P
- Version: PAW 2.0.8
- Excel Version: 2019
Re: Creating a cube with control dimensions
One more thing to consider is,there might be slight chance of someone confusing it with system control cube and inadvertently deleting it. Thanks
"You Never Fail Until You Stop Trying......"
-
- MVP
- Posts: 3705
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Creating a cube with control dimensions
Can you please explain what on earth you mean by this?BariAbdul wrote:One more thing to consider is,there might be slight chance of someone confusing it with system control cube and inadvertently deleting it. Thanks
(especially as given objects starting with curly brace can't be deleted via the UI, which makes "inadvertent deletion" somewhat difficult).
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: Creating a cube with control dimensions
And...
'someone' would have to be member of Admin (or DataAdmin) to delete the cube.
'someone' would have to be member of Admin (or DataAdmin) to delete the cube.
-
- Regular Participant
- Posts: 424
- Joined: Sat Mar 10, 2012 1:03 pm
- OLAP Product: IBM TM1, Planning Analytics, P
- Version: PAW 2.0.8
- Excel Version: 2019
Re: Creating a cube with control dimensions
Thanks,lotsaram.I don't know what I was thinking ,All I wanted to say this could be deleted by some other developer by TI out of confusion.Can you please explain what on earth you mean by this?
(especially as given objects starting with curly brace can't be deleted via the UI, which makes "inadvertent deletion" somewhat difficult).
vCube= '}ClientSettings';
CubeDestroy(vCube);
I am sorry it is quite warm summer here

"You Never Fail Until You Stop Trying......"
-
- MVP
- Posts: 3705
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Creating a cube with control dimensions
Quite right. I'm sure it addles the brain.BariAbdul wrote:I am sorry it is quite warm summer here
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.