Search found 10 matches

by Legemza
Thu Jul 14, 2011 1:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos connection set after login
Replies: 0
Views: 1772

Cognos connection set after login

Hi, it is possible to set as home page after user log-in to the cognos express for example cognos connection? Now when i will log in the web, i can see My content, My actions and Daily news (web1.jpg), but i need to see only cognos connection and i need to disable all another options as for example ...
by Legemza
Mon Jul 11, 2011 2:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security not applied
Replies: 6
Views: 4759

Re: Security not applied

Hi, i tried this, but it's not working properly (by asigning an user to group). I know how to lock cells in excel, but i don't know how to do this (example: logged user 1 from group 1 will have some cells ulocked for writing and user 2 from group 2 will have all cells locked (he can't edit the cells...
by Legemza
Mon Jul 11, 2011 7:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security not applied
Replies: 6
Views: 4759

Re: Security not applied

Thx tomok, now it's working :)
It is possible to set up the security in tm1 web also on excel cells? Because now i can still write into the cell that is read only in the cube (after rebuild changes are not applied, that's correct), but i need, that the cell is read only also in excel.
by Legemza
Fri Jul 08, 2011 12:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security not applied
Replies: 6
Views: 4759

Security not applied

Hi all, i'm trying to set up security on my test cube, but even when i set up all parameters on READ, the selected user can still update data in the cube. First i'm logged as Administrator. I have TestCube with Dimension1(2 string elements) and Dimension2(3 simple elements). TestUser is a member of ...
by Legemza
Mon May 16, 2011 11:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Insert Element Using TI Process Parameters failed
Replies: 0
Views: 1519

Insert Element Using TI Process Parameters failed

Hi, i'm trying to add from websheet into the cube some elements using TI process with parameters. The process fails only when is running from the websheet. I tried to find, what is sent from web and therefore i used the AsciiOutput function. In the file were " ". Why is sending websheet in...
by Legemza
Fri Apr 29, 2011 6:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Insert Element Using TI Process Parameters
Replies: 9
Views: 12105

Re: Insert Element Using TI Process Parameters

Hi,

the code was correct. When i have used another version of excel file (created in previous version of excel), the code was running successful.

Thx
by Legemza
Sun Apr 17, 2011 3:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Insert Element Using TI Process Parameters
Replies: 9
Views: 12105

Re: Insert Element Using TI Process Parameters

Hi, i have simillar problem, i'm trying to add from websheet into the cube some string elements using TI process with one string parameter. The process fails only when is running from the websheet. I tried to find, what is sent from web and therefore i used the AsciiOutput function. In the file was ...
by Legemza
Fri Feb 04, 2011 2:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: how to get user id from string
Replies: 2
Views: 6853

how to get user id from string

Hi,

when i use TM1USER() function in TI process, i get CAMID("CognosExpress:username") as output. how can i get only username from this string?

thanks
by Legemza
Wed Feb 02, 2011 11:40 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Skip item counting on consolidated level
Replies: 3
Views: 3587

Re: Skip item counting on consolidated level

Legemza i'm trying to create a rule, that will for some condition skip aggregation this cell on consolidated level. example: | condition | costs total 50 1 Yes 50 2 No 50 IF (condition = yes) this cell will be calculated on c: level (total) else skip item counting, but leave the value in the cell I...
by Legemza
Wed Feb 02, 2011 8:40 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Skip item counting on consolidated level
Replies: 3
Views: 3587

Skip item counting on consolidated level

Hi, i'm trying to create a rule, that will for some condition skip aggregation this cell on consolidated level. example: | condition | costs total 50 1 Yes 50 2 No 50 IF (condition = yes) this cell will be calculated on c: level (total) else skip item counting, but leave the value in the cell Can so...