Search found 12 matches

by manoel.ss
Mon Jul 03, 2017 11:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Right privileges to edit rule (normal user).
Replies: 4
Views: 4191

Re: Right privileges to edit rule (normal user).

Hello Alan Kirk.

Thanks for the reply and counseling!

I am studying situations that a exception in a rule should be updated by the "owner" of the cube. As I dont want give acess to that user to edit another rules, your sugestion will help me well, creating a few filters in TI.
by manoel.ss
Sun Jul 02, 2017 12:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How know which is the active sandbox to run a TI.
Replies: 1
Views: 1949

Re: How know which is the active sandbox to run a TI.

I think I just find a way.
I open a new cube, so the sandbox that the cube is using is the active sandbox.
by manoel.ss
Sun Jul 02, 2017 12:17 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Right privileges to edit rule (normal user).
Replies: 4
Views: 4191

Right privileges to edit rule (normal user).

Hello!

There is any way to give privileges to a non-admin user edit rules?

Thanks.
by manoel.ss
Wed Jun 21, 2017 2:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How know which is the active sandbox to run a TI.
Replies: 1
Views: 1949

How know which is the active sandbox to run a TI.

Hello friends. I have a question about when we run a TI with the option "use active sandbox". Imagine that I have 3 sandbox created. How do I know which sandbox the TI will use? He will use the last that I created? The last that I selected? If I have 3 cubes, each one with a diferent sandb...
by manoel.ss
Thu Apr 06, 2017 12:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to creat a public simulation anbient.
Replies: 5
Views: 4348

Re: How to creat a public simulation anbient.

Hello tomok / daniel. Thanks for the helping. By the way, It seems I can not do with sandbox the "simulations". Daniel. Yes we have versions dimensions, and "3 work versions" that have the same rules... but I need to do a data copy from version 1 to version 2 before to make the &...
by manoel.ss
Wed Apr 05, 2017 1:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to creat a public simulation anbient.
Replies: 5
Views: 4348

Re: How to creat a public simulation anbient.

Hello Steve Rowe

Thanks for your contact!

Sorry I did not use the technic correct name.... in language TM1 Portugues, it call "Simulation".

Actually I want use a "sanbox" as you can see.
by manoel.ss
Wed Apr 05, 2017 12:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to creat a public simulation anbient.
Replies: 5
Views: 4348

How to creat a public simulation anbient.

How to creat a public simulation anbient.

Dear friend's.

I need to creat a simulation at cognos, and another user need to see this datas, but I didn't find this option. Is this possible?

Thanks.
by manoel.ss
Thu Mar 16, 2017 11:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Problem to do a DB based in a picklist value.
Replies: 4
Views: 3839

Re: Problem to do a DB based in a picklist value.

Hello TM1inChickcago thank for reply. Realy I think the better way will be creat a new cube to do the report. I will study the Performance Modeler too, by now I just know use to create a simple Contributors. I conclude that, the reason why my rule this not work is because I was using the consolidate...
by manoel.ss
Thu Mar 16, 2017 6:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Problem to do a DB based in a picklist value.
Replies: 4
Views: 3839

Re: Problem to do a DB based in a picklist value.

Helo Jim, thank for try help! About the picklist, my two cubes work that way: The Buyer will put in the cube CONTRACTS_ADJUSTMENT the contracts and the adjusments (%) who should be used by the operational areas. The operation area will use the cube CONTRACTS_VALUE to project the expenses of his oper...
by manoel.ss
Thu Mar 16, 2017 2:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Problem to do a DB based in a picklist value.
Replies: 4
Views: 3839

Problem to do a DB based in a picklist value.

Admin Note : Moved to the correct forum, please post in the correct forum, ty Dear friends, I have two cubes to calculate the contracts costs of my company and I am having a little problem to do a simple DB to consolidate the informations. First Cube CONTRACTS_ADJUSTMENT with dimensions: ALL.D.YEAR...
by manoel.ss
Mon Jan 16, 2017 1:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IF dosnt work with NUMBR
Replies: 3
Views: 3064

Re: IF dosnt work with NUMBR

Thanks qml and Wim Gielis by the answers! Both help me to simplify my rule to:

['valor'] = N: IF(SUBST(!ALL.D.CENTRO_CUSTO_UNIDADE, 1, 1) @= '4', 1, 0);

That worked!

Manoel
by manoel.ss
Mon Jan 16, 2017 10:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IF dosnt work with NUMBR
Replies: 3
Views: 3064

IF dosnt work with NUMBR

Hello. I'm creating a cube with a cell that returns "1" when the first character of the cost center equals 4 and returns "0" when it is other than 4. And I'm having problems, though it's a simple rule. The "IF" Always returns "0", even when the value is true (...