Creating a cube with control dimensions

Post Reply
yingchai
Posts: 43
Joined: Wed Nov 19, 2014 6:36 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2013

Creating a cube with control dimensions

Post by yingchai »

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.
lotsaram
MVP
Posts: 3704
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

Post by lotsaram »

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.
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.

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.
mvaspal
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

Post by mvaspal »

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
BariAbdul
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

Post by BariAbdul »

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......"
lotsaram
MVP
Posts: 3704
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

Post by lotsaram »

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
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).
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: Creating a cube with control dimensions

Post by David Usherwood »

And...
'someone' would have to be member of Admin (or DataAdmin) to delete the cube.
BariAbdul
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

Post by BariAbdul »

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).
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.
vCube= '}ClientSettings';

CubeDestroy(vCube);
I am sorry it is quite warm summer here ;)
"You Never Fail Until You Stop Trying......"
lotsaram
MVP
Posts: 3704
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

Post by lotsaram »

BariAbdul wrote:I am sorry it is quite warm summer here ;)
Quite right. I'm sure it addles the brain.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
Post Reply