Possibilities for Endusers
-
- Posts: 3
- Joined: Tue May 08, 2012 11:34 am
- OLAP Product: Cognos TM1
- Version: 10.1
- Excel Version: 2007
Possibilities for Endusers
Hi all!
I just read through some topics and saw that it is possible for endusers to define elements in dimension through a front-end.
http://www.tm1forum.com/viewtopic.php?p=15472
My question now is if we talk about a dimension with postions or measures if it is possible for endusers to connect these elements with some easy calculation operators through a front-end.
For example:
1. Add: position A
2. Add: position B
3. Add: position C
4. Define: position A * position B = position C
I just read through some topics and saw that it is possible for endusers to define elements in dimension through a front-end.
http://www.tm1forum.com/viewtopic.php?p=15472
My question now is if we talk about a dimension with postions or measures if it is possible for endusers to connect these elements with some easy calculation operators through a front-end.
For example:
1. Add: position A
2. Add: position B
3. Add: position C
4. Define: position A * position B = position C
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Possibilities for Endusers
Multiplication is normally handled by rules rather than weighting. Are you trying to get the users to defined rules? If so you to use (with baited breathe) Performance Modeller. It's the only place I know of that they'll be able to do this without a security risk,
Jim.
Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
-
- Posts: 3
- Joined: Tue May 08, 2012 11:34 am
- OLAP Product: Cognos TM1
- Version: 10.1
- Excel Version: 2007
Re: Possibilities for Endusers
The idea is to allow them define only the calculation operators *, +, - and / through a frontend with unlimited positions.
-
- MVP
- Posts: 600
- Joined: Wed Aug 17, 2011 1:19 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2003 2007
- Location: York, UK
Re: Possibilities for Endusers
Does it have to be instant or could they be required to run a TI to make their calculations into rules?
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Possibilities for Endusers
If you're waiting for one of my trademark "I just so luuuuurve Muddler" rants, I'm afraid that you're in for a disappointment... but it is worth mentioning page 2 of the Muddler manual:jim wood wrote:Multiplication is normally handled by rules rather than weighting. Are you trying to get the users to defined rules? If so you to use (with baited breathe) Performance Modeller. It's the only place I know of that they'll be able to do this without a security risk,
Insight is for users, Muddlers is for administrators. More specifically for Admins who want to put their sanity at risk. And of course if you're in the Admin group it's open for you to modify rules using the more conventional methodologies.To create and manage Cognos TM1 Applications, you must be a member of the ADMIN group on the TM1 server.
That having been said... I'd be inclined to be looking at the design of the cube to start off with. There shouldn't be any need to be adding rules "on the fly" to a cube, certainly not in the sort of instance that danielclp is describing. For that I'd suggest putting a "measures" type dimension in which contains a generic calculation based on the other elements. In that case the new elements could be added to the other dimensions and the calculations would already apply. (Not least because the issue of feeders probably needs to be addressed.)
If that absolutely, positively cannot be done, then I think Duncan's solution of using TI is going to be the only viable one, albeit a potentially rather fiddly one.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- Posts: 3
- Joined: Tue May 08, 2012 11:34 am
- OLAP Product: Cognos TM1
- Version: 10.1
- Excel Version: 2007
Re: Possibilities for Endusers
Thanks for all your answers.
But I want only a hint if this is possible and I think all your posts give me the answer that it is possible.
But I want only a hint if this is possible and I think all your posts give me the answer that it is possible.
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Possibilities for Endusers
Actually, it's not possible.danielclp wrote:Thanks for all your answers.
But I want only a hint if this is possible and I think all your posts give me the answer that it is possible.
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Possibilities for Endusers
Yeah it is; the way Duncan alluded to. Create a front end to a TI to add the elements, have the TI write the corresponding rules and feeders to a text file, and use RuleLoadFromFile to suck that file back in.tomok wrote:Actually, it's not possible.danielclp wrote:Thanks for all your answers.
But I want only a hint if this is possible and I think all your posts give me the answer that it is possible.
It is, however, probably the definitive example of the sometimes-yawning chasm between what is technically possible, and what is actually a good idea.
(With the possible exception of my propeller-headed friends who used Java to kinda-sorta automate Excel as I alluded to in a recent post. That one was probably marginally worse.)
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Possibilities for Endusers
I generally give answers that include some qualitative background in it. When I said it was not possible, I meant using the native features of TM1, as well as a reasonable work-around. There is no way in Hades that anyone would be able to pull that one off except for maybe Duncan himself, lotsaram, or some other EXTREMELY experienced developer and even then, would not really function in the way that the OP is envisioning. That's why I said it's not possible.Alan Kirk wrote:Yeah it is; the way Duncan alluded to. Create a front end to a TI to add the elements, have the TI write the corresponding rules and feeders to a text file, and use RuleLoadFromFile to suck that file back in.tomok wrote:Actually, it's not possible.danielclp wrote:Thanks for all your answers.
But I want only a hint if this is possible and I think all your posts give me the answer that it is possible.
It is, however, probably the definitive example of the sometimes-yawning chasm between what is technically possible, and what is actually a good idea.
(With the possible exception of my propeller-headed friends who used Java to kinda-sorta automate Excel as I alluded to in a recent post. That one was probably marginally worse.)
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Possibilities for Endusers
Tomok you have a point. You get most software to do anything. You can get excel to do most of things that TM1 can do, but would you really want to. But as the guy says he has answers and options.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Possibilities for Endusers
A curious distinction, given that all of the functionality items that I mentioned are native features of TM1.tomok wrote:I generally give answers that include some qualitative background in it. When I said it was not possible, I meant using the native features of TM1, as well as a reasonable work-around.Alan Kirk wrote:Yeah it is; the way Duncan alluded to. Create a front end to a TI to add the elements, have the TI write the corresponding rules and feeders to a text file, and use RuleLoadFromFile to suck that file back in.tomok wrote: Actually, it's not possible.
It is, however, probably the definitive example of the sometimes-yawning chasm between what is technically possible, and what is actually a good idea.
I suspect that rather more of us could do it, but would choose not to.tomok wrote: There is no way in Hades that anyone would be able to pull that one off except for maybe Duncan himself, lotsaram, or some other EXTREMELY experienced developer
Given that the OP gave only a vague outline of what he was envisaging, I'd be reluctant to jump to that conclusion.tomok wrote:and even then, would not really function in the way that the OP is envisioning.
The more general principle that monkeying with rules on the fly in an operational environment is not a recommended practice... that one is a safe conclusion.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.