Search found 6 matches

by mamba
Tue Sep 06, 2016 12:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule on consolidated level and slicer set
Replies: 4
Views: 4272

Re: Rule on consolidated level and slicer set

ther is no complicated code. The behaviour could be easily simulated. Just create a rule like ['reveneue'] = C: 100;

In Reportstudio put the Measure in a matrix and as slicer create a set with more than one member.
The Reportstudio is not able to compute a value, but why not?
by mamba
Tue Sep 06, 2016 7:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule on consolidated level and slicer set
Replies: 4
Views: 4272

Rule on consolidated level and slicer set

Hi, i am not sure if this is the rigth forum, but its seems to be the closest one for my problem. In TM1 we have rules on consolidated level. To keep it simple lets say ['reveneue'] = C: 100; Now i want to report this measure in Cognos Bi. We have Dimensions for Time and Customers. The Cube should b...
by mamba
Tue Jul 05, 2016 1:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule vs Process which is faster?
Replies: 2
Views: 3636

Rule vs Process which is faster?

Hi, for a calculation i need a measure from an other cube. I think there are two possible solutions for this, one per rule and one per import from the other cube. I am not sure which one is the better solution, at the moment i think the rule is a bit faster than the import, but i dont know if it has...
by mamba
Mon Jun 20, 2016 1:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Do we need Dimension delta loads?
Replies: 1
Views: 2344

Do we need Dimension delta loads?

Hi, this is something like a best practice question. Is it necessary to implement delta processes for Dimensions or can i always unconsidered load the full dimensions again and again? My Question is about what happens within the cube cells, if i do a full dimension load with the same Elements, does ...
by mamba
Thu Jun 02, 2016 7:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1Bean which User
Replies: 1
Views: 1836

Re: Tm1Bean which User

find out by my self.

The problem was that i try to connect via a Windows-Domain user.
The string for the user i try was "domainname\username", this is wrong.

Just use the simple username without the domainname.
by mamba
Thu Jun 02, 2016 7:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1Bean which User
Replies: 1
Views: 1836

Tm1Bean which User

Hello,

i am trying to connect to Tm1 Server using JavaAPI and TM1Bean.
Cann somebody tell me where to configure or find the right user for connecting to Tm1?

Code: Select all

beanObj.openConnection( TM1_SERVER_NAME, ''user?", "pwd?");