Search found 9 matches
- Wed May 24, 2017 12:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2.2 integration with Cognos Analytics 11.0.5 and SSO
- Replies: 9
- Views: 11862
Re: TM1 10.2.2 integration with Cognos Analytics 11.0.5 and SSO
Though we have not done it under Analytics 11.0.x but I think the approach should be the same as BI 10.x. One thing I am puzzled is planning.html should be in webcontent folder if you follow the steps correctly as this is being copied to respective BI folder using the "bi_interop.zip". Th...
- Tue May 23, 2017 6:15 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2.2 integration with Cognos Analytics 11.0.5 and SSO
- Replies: 9
- Views: 11862
Re: TM1 10.2.2 integration with Cognos Analytics 11.0.5 and SSO
My team is running into the same issue as discussed in this thread. Have any of the other posters had luck since originally posting?
Thanks!
Thanks!
- Thu Apr 24, 2014 5:58 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using Perspectives and VBA to change TM1 cube values & calc?
- Replies: 2
- Views: 3002
Re: Using Perspectives and VBA to change TM1 cube values & c
Thank You sooooo much Tom! Using your suggestions, I got everything working.
- Thu Apr 24, 2014 4:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using Perspectives and VBA to change TM1 cube values & calc?
- Replies: 2
- Views: 3002
Using Perspectives and VBA to change TM1 cube values & calc?
Here's my situation: I'm using Perspectives' in spreadsheet browser to open a cube view in Excel. This cube has a simple calculation, Price x Quantity = Total Cost. I am trying to change the cell that contains quantity (B6) in the cube with the use of VBA and then capture the Total Cost. (B8) I'm ju...
- Mon Nov 25, 2013 6:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Automate import of users from Cognos BI
- Replies: 4
- Views: 7634
Re: Automate import of users from Cognos BI
I understand what you're trying to do but I think you just need to import the Cognos namespace security groups and not the users. If the user belongs to a BI group that you imported and gave access to, they will inherit it once they login. Personally, though not officially supported, I leveraged a S...
- Mon Nov 04, 2013 9:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Picklist not being populated until hitting Commit in TM1 App
- Replies: 3
- Views: 4111
Re: Picklist not being populated until hitting Commit in TM1
Just in case anyone else ran into the same issue I did. The problem wasn't committing data, it was simply a recalculate that was necessary. Here is IBM's solution: Set RecalcOnPicklistChange in tm1web_config.xml file to enable recalculation when a value in a picklist is change. RecalcOnPicklistChang...
- Thu Sep 19, 2013 2:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2 Available for Download
- Replies: 82
- Views: 108849
Re: TM1 10.2 Available for Download
I usually run TM1 Applications on my BI's Tomcat server. I notice during the TM1 10.2 step to export the Tomcat compatible WAR file for TM1 Applications that there are now two new WAR files created as well, pmhub.war and tm1web.war. I'm assuming this means that TM1 Web can be run on the BI Tomcat in...
- Mon Sep 16, 2013 9:24 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Picklist not being populated until hitting Commit in TM1 App
- Replies: 3
- Views: 4111
Re: Picklist not being populated until hitting Commit in TM1
Thanks for the reply. I'm using TM1 Applications (Contributor). Automatic recalculation is on. If I manually click recalculate, the picklist still isn't populated. It's only once I click the commit button. TM1 Applications uses the cube views but I think the way it works it that it essentially acts ...
- Mon Sep 16, 2013 8:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Picklist not being populated until hitting Commit in TM1 App
- Replies: 3
- Views: 4111
Picklist not being populated until hitting Commit in TM1 App
I'm using TM1 10.1 and have created a TM1 Contributor Application. I ran across an issue where a dimension item's picklist based on another dimension item is not populating unless I click commit first. These are my two rules: 1) Picklist cube rule: y = S: ('static:Yes:No'); 2) Main cube rule y= S: I...