Hi All,
Looking for guidance regarding capabilities Tm1 has related to Pulling data from a project management tool to be loaded into a cube and reported on.
I am relatively green when it comes to API's and REst APi's and the world of integrating with third party apps..
There are 4 apps in question, I need to know if any or all can be used to feed Tm1 models.
Teamwork: https://developer.teamwork.com/projects ... ojects-api
Wrike: https://developers.wrike.com/documentation/api/overview
ProjectManager.com: https://developer.projectmanager.com
LiquidPlanner.com: https://developer.liquidplanner.com/docs
Regards,
Pull data from 3rd party app in Tm1 Model
-
- Posts: 4
- Joined: Wed Feb 01, 2017 7:36 pm
- OLAP Product: TM1
- Version: 10.2
- Excel Version: 16
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Pull data from 3rd party app in Tm1 Model
I don't know squat about any of those apps but I do know that TM1 does not have any capabilities to pull from any datasources except through ODBO, ODBC, or a text file. If those tools can provide any of those then you should be able to make it happen.
-
- MVP
- Posts: 3704
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Pull data from 3rd party app in Tm1 Model
For connecting to any external application via a restful api look at TM1Py
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Community Contributor
- Posts: 248
- Joined: Tue Nov 01, 2011 10:31 am
- OLAP Product: TM1
- Version: All
- Excel Version: All
- Location: Manchester
- Contact:
Re: Pull data from 3rd party app in Tm1 Model
You can absolutely pull data from source systems and load into TM1/ Planning analytics models via the Rest API.
For me, loading in the traditional manner from within TM1 will be by far and away quicker than utilising the API. It is, however, potentially very useful and could present some real opportunities to integrate applications.
There are code samples on the Teamwork site which should give you a decent starting point to what kind of data you can retrieve
https://github.com/Teamwork/codesamples
For me, loading in the traditional manner from within TM1 will be by far and away quicker than utilising the API. It is, however, potentially very useful and could present some real opportunities to integrate applications.
There are code samples on the Teamwork site which should give you a decent starting point to what kind of data you can retrieve
https://github.com/Teamwork/codesamples