Search found 8 matches
- Tue Oct 16, 2012 5:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Element Insert using TI Process
- Replies: 1
- Views: 3799
Subset Element Insert using TI Process
I'm trying to rebuild an existing subset using a TI Process and I'm using a cube for my data source. When I run the process the elements will get removed from the subset, but it wont put the new list of elements into the subset. The elements I'm trying to add into the subset are already in the dimen...
- Thu Jul 26, 2012 7:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Issue setting up Cognos 8 security for TM1
- Replies: 3
- Views: 3656
Re: Issue setting up Cognos 8 security for TM1
The new "Test" namespace won't let me see any of the contents (users/groups/etc) inside of it. I posted a screenshot that shows the TEST namespace is not even clickable.
- Wed Jul 25, 2012 6:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Issue setting up Cognos 8 security for TM1
- Replies: 3
- Views: 3656
Issue setting up Cognos 8 security for TM1
We are currently using Cognos 8 to handle authentication in TM1 9.5.2 and we are authenticating against our local domain controller. However, we have merged with a new company and we need to find a way to let these new users access our contributor applications. We have connected our networks between...
- Thu Jan 12, 2012 7:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: FEEDERS HELP
- Replies: 9
- Views: 7039
Re: FEEDERS HELP
CUBE 1: KCC ASSIGNMENTS Scenario Planning Hierarchy Sales Reps CUBE 2: PERFORMANCE PLANNING Standard Part Number Planning Hierarchy Sales Reps Factory Months Revenue Segment Scenario Sales Measures CUBE 3: SALES FORECAST INPUT Standard Part Number Planning Hierarchy Approval Hierarchy Factory Months...
- Wed Dec 21, 2011 6:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: FEEDERS HELP
- Replies: 9
- Views: 7039
Re: FEEDERS HELP
I added a picture of both cubes so you can see that the values are not updating. I went into the KCC assignments cube and picked out a part number (CSM_CELI1R). I changed the commission to show that Ryan Z. is no longer receiving credit for the commission and Joe Ray should get it now. However, the ...
- Wed Dec 21, 2011 6:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: FEEDERS HELP
- Replies: 9
- Views: 7039
Re: FEEDERS HELP
Hey Gregor, You were right, I wasn't getting anything at the N level in cube 2(performance reporting cube). I changed the scenario in the statement below to read 'Working Forecast' instead of !Scenario. [ ]=N:IF (subst(DB('KCC Assignments','Working Forecast', !Planning Hierarchy, !Sales Reps), 1,1) ...
- Fri Dec 16, 2011 4:21 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: FEEDERS HELP
- Replies: 9
- Views: 7039
Re: FEEDERS HELP
I'm not sure what my feeders need to say in CUBE1...
SKIPCHECK;
[ ]=S:IF(!Scenario@='Working Forecast',STET,'');
FEEDERS;
['Working Forecast' ] => ['QT Billings' ] ;

SKIPCHECK;
[ ]=S:IF(!Scenario@='Working Forecast',STET,'');
FEEDERS;
['Working Forecast' ] => ['QT Billings' ] ;
- Fri Dec 16, 2011 3:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: FEEDERS HELP
- Replies: 9
- Views: 7039
FEEDERS HELP
Hello All, I was hoping that someone could give me some advice/tips on an issue i'm having with some feeders. Please bare with me as I've only been working with it for 3 weeks. :oops: Currently, I have 2 cubes that I'm using to pull commissions for our sales reps. When I enter a value into the CUBE ...