Search found 87 matches
- Fri Sep 15, 2023 6:26 pm
- Forum: Commercial and Events
- Topic: Succeedium Planning Analytics Cloud Extension (SPACE)
- Replies: 0
- Views: 34119
Succeedium Planning Analytics Cloud Extension (SPACE)
Dear TM1 community, please welcome a new member: SPACE (Succeedium Planning Analytics Cloud Extension). https://succeedium.com/space/ Push the boundaries of IBM Planning Analytics with Python integration and additional functionality built into IBM Planning Analytics Workspace The current version all...
- Tue Sep 05, 2023 4:16 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: }ClientGroups cube not in sync. with Cognos
- Replies: 11
- Views: 2214
Re: }ClientGroups cube not in sync. with Cognos
You can use the Cognos REST API to check the group members:
https://developer.ibm.com/apis/catalog/ ... up_members
Then you can implement relevant logic to perform tasks such as removing users in TM1.
https://developer.ibm.com/apis/catalog/ ... up_members
Then you can implement relevant logic to perform tasks such as removing users in TM1.
- Tue Sep 05, 2023 4:06 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos security group database
- Replies: 5
- Views: 1535
Re: Cognos security group database
You can do it using the Cognos REST API:
https://developer.ibm.com/apis/catalog/ ... from_group
Send me a direct message if you consider 3rd party paid products with this functionality implemented
https://developer.ibm.com/apis/catalog/ ... from_group
Send me a direct message if you consider 3rd party paid products with this functionality implemented
- Tue Sep 05, 2023 3:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 instance without TI (TM1 REST API only)
- Replies: 1
- Views: 987
Re: TM1 instance without TI (TM1 REST API only)
Yes, I created some of my demo models using the TM1 REST API only. Or even with no coding at all: https://community.ibm.com/community/user/businessanalytics/blogs/vlad-didenko/2022/04/26/create-tm1-dimensions-directly-in-google-sheets?CommunityKey=8fde0600-e22b-4178-acf5-bf4eda43146b https://succeed...
- Fri Feb 10, 2023 9:37 pm
- Forum: Enhancements
- Topic: RFE using interactive accounts to connect to IBM PA Cloud through TM1 REST API
- Replies: 0
- Views: 14094
RFE using interactive accounts to connect to IBM PA Cloud through TM1 REST API
Dear TM1 community, especially all #TM1 REST API enthusiasts, the REST API opens up great opportunities for IBM PA developers to create more possibilities for IBM PA users to benefit IBM PA clients. But forcing to use non-interactive accounts does limit this A LOT! Please vote for this Request For E...
- Fri Oct 14, 2022 6:58 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos Disclosure Management
- Replies: 5
- Views: 2407
Re: Cognos Disclosure Management
if you consider Google Workspace integration (Google Sheets/Docs/Slides ), then please look in the commercial subforum at TeamOne Google Sheets add-on for IBM Planning Analytics
- Fri Oct 14, 2022 6:55 pm
- Forum: Commercial and Events
- Topic: Embed IBM PA \ TM1 data into Google Docs, Google Slides, Google Sheets
- Replies: 0
- Views: 21719
Embed IBM PA \ TM1 data into Google Docs, Google Slides, Google Sheets
Now you can embed IBM Planning Analytics data directly in Google Slides and Google Docs with an ability to refresh it anytime or let Google detect when the data has changed. #TM1 + #GoogleSheets + #GoogleSlides = #TeamOne https://youtu.be/fFhwlJ5g2vw TeamOne Google Slides thumbnail.png Read more: ht...
- Tue Oct 04, 2022 7:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Perspectives support for Office 365 & Excel 2019
- Replies: 9
- Views: 7928
Re: TM1 Perspectives support for Office 365 & Excel 2019
I've been also using TM1 Perspectives with Microsoft Office 365 no problem. Unlike the previous Office versions, you are getting Office 365 updates more often and obviously that would be challenging for IBM to catch up and commit to support each next one. Also IBM is focused more on PAfE, so I would...
- Tue Oct 04, 2022 7:05 pm
- Forum: Commercial and Events
- Topic: SAP BW connector for TM1
- Replies: 0
- Views: 21464
SAP BW connector for TM1
A new #Python based #SAP #BW Connector for #TM1 - up to 30x faster than IBM Cognos Package Connector or IBM Cognos Integration Server. Trigger SAP BW exports from TI processes, define import logic in Metadata and Data tabs or use #TM1py Please send me a direct message if you are interested https://s...
- Tue Oct 04, 2022 7:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Asciioutput to users local machine
- Replies: 5
- Views: 1951
Re: Asciioutput to users local machine
For smaller logs, I would just use LogOutput() Then you can search the logs using TM1 REST API (or check TeamOne in the commercial subforum: https://www.tm1forum.com/viewforum.php?f=20) Another option is to write logs to a custom cube I also like the drill to file solution proposed by George and map...
- Tue Oct 04, 2022 6:55 pm
- Forum: Commercial and Events
- Topic: Search TM1 server message logs in real time directly from Google Sheets
- Replies: 0
- Views: 21283
Search TM1 server message logs in real time directly from Google Sheets
Need to quickly check the server message log for your IBM Planning Analytics / TM1 Local or Cloud server? Enable TeamOne add-on for Google Sheets and do it directly from your browser, no installation is required https://succeedium.com/teamone/doc/logs.html#message-log Or if you debugging something, ...
- Thu Sep 15, 2022 1:05 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Adding a DIM to an Existing Cube v Creating a New Cube and Renaming Cubes
- Replies: 4
- Views: 1649
Re: Adding a DIM to an Existing Cube v Creating a New Cube and Renaming Cubes
I would also go with creating a new cube and copying the data, so you can debug\test many things in parallel. The next steps would depend on your model. Do you have rules referencing the cube you renamed? Do you have processes referencing that cube? What security you have for that cube and how it is...
- Mon Sep 12, 2022 7:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Syntax for CellvalueN referencing a dimension with multiple hierarchies?
- Replies: 6
- Views: 1839
Re: Syntax for CellvalueN referencing a dimension with multiple hierarchies?
You can "intersect" multiple hierarchies of the same dimension using this syntax: CellGetN( 'cubeName', 'dim1Elm', 'dim2Elm', ( 'dim3Name:hier1Name:hier1Elm', 'dim3Name:hier2Name:hier2Elm', ... ), dim4Elm, ... ); BTW, it can be all dynamic using variables, you can even "omit" som...
- Mon Jul 25, 2022 8:12 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1Web disable Change password
- Replies: 2
- Views: 1337
Re: TM1Web disable Change password
Hello all, Does anyone know how I can customise the TM1Web start page so that the Change password selection or the Login option are not displayed? I know that there are some CSS files, but I am not sure where exactly I can adjust what. I haven't found anything in the search here either. Thank you v...
- Mon Jul 25, 2022 7:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to get waiting info from tm1server?
- Replies: 2
- Views: 1255
Re: How to get waiting info from tm1server?
Hi Niko, I assume you are using an action button in a TM1 Perspectives report. In the Action button properties, in the process options, you can specify to Show confirmation dialog message and add there something like This process can take 20-30min, would you like to proceed? Couldn't think of any ot...
- Wed Jun 29, 2022 4:23 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Rest API as a specific user
- Replies: 2
- Views: 1331
Re: TM1 Rest API as a specific user
What client/application will be calling TM1 REST API? If it is a web page, you can create a small login form and then pass the credentials in Authorization REST API request header. You can go further and implement some way of storing the credentials (encrypted cookies, browser local storage, externa...
- Wed Jun 29, 2022 4:07 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Modify default TM1web layout
- Replies: 8
- Views: 3140
Re: Modify default TM1web layout
It should be possible to change the default styles (including hiding some elements) by modifying the CSS files. I remember I had a requirement to enable separate URLs for different TM1 models, so I modified some TM1Web JS files used on the login page. The custom javascript was reading the URL parame...
- Wed Jun 29, 2022 3:54 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Rest API
- Replies: 3
- Views: 1846
Re: TM1 Rest API
Do you expect users to see the chores (they would need the corresponding permissions) or some admin account to export this information somewhere? Using TeamOne Google Sheets add-on (free for developers), you can see, search, compare and deploy chores directly from Google Sheets (no installation is r...
- Mon May 09, 2022 6:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: The AWS Cloud no good, very bad performance
- Replies: 13
- Views: 4631
Re: The AWS Cloud no good, very bad performance
I use AWS and even with small instances (like t3.medium) had no issues. Though I've never compared vs on prem. I use RDP to access Architect and other stuff on the server. Assuming you have the same or similar enough server specs, I would look into running some stress test software to compare your A...
- Fri Apr 29, 2022 5:08 pm
- Forum: Commercial and Events
- Topic: TeamOne Google Sheets add-on for IBM Planning Analytics
- Replies: 0
- Views: 22075
TeamOne Google Sheets add-on for IBM Planning Analytics
Even though we migrate corporate budgeting to IBM Planning Analytics / TM1, we never get rid of spreadsheets. Users still use spreadsheets to prepare and upload their data to TM1, they export data from TM1 and use spreadsheets to re-arrange, massage and format it. Every TM1 developer uses spreadshee...