Hi Guys,
I am wanting to display a particular cube view embeded into our corporate portal. I have looked at doing this with EV, however I am unable to find a way of passing the login credentials to the ActiveX object.. The only other way I can see of doing this is to use the API, however this would very time consumer and a high maintenance solution.. Does anybody have any other ideas? Anyone else tried to do this?
Basically we are creating a Projects section to our portal and would like to display the related project P&L for each project selected. Therefore we need to be able to display the appropriate TM1 Cube view relating to the projects selected.
Regards,
Damien
Embedding a TM1 View into our Corporate Portal
- damientaylorcreata
- Posts: 86
- Joined: Mon Apr 13, 2009 8:47 am
- OLAP Product: Cognos TM1
- Version: 9.4
- Excel Version: 2003 and 2007
- Location: Sydney, Australia
- Contact:
Embedding a TM1 View into our Corporate Portal
Damien Taylor
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: Embedding a TM1 View into our Corporate Portal
Suggest you look at the URL API could do what you want. Look under
Developing Custom Web Applications with the URL API
in the Developer's Guide.
Developing Custom Web Applications with the URL API
in the Developer's Guide.
- jim wood
- Site Admin
- Posts: 3958
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Embedding a TM1 View into our Corporate Portal
I'm at client were we are doing exactly that. The way we have got around it is that we integrated security. Both TM1 and EV have been integrated with Cognos BI security. While this might seem an expensive solution if you don't have Cognos BI, you might want to look at other integrated security options,
Jim.
Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
- damientaylorcreata
- Posts: 86
- Joined: Mon Apr 13, 2009 8:47 am
- OLAP Product: Cognos TM1
- Version: 9.4
- Excel Version: 2003 and 2007
- Location: Sydney, Australia
- Contact:
Re: Embedding a TM1 View into our Corporate Portal
Hi David,
The TM1Web option seems like a good option! I have just tested and it works well. However I am unable to find a way to pass in particular element to the object... For example the portal needs to pass in a project number and the browser should be able to pass in the project to the project dimension and the reload the view. Do you know if there is an action for changing a dimension element selection? If not, this may not work well. However apart from that it works well and allows me to pass credentials etc.
Thanks,
Damien
The TM1Web option seems like a good option! I have just tested and it works well. However I am unable to find a way to pass in particular element to the object... For example the portal needs to pass in a project number and the browser should be able to pass in the project to the project dimension and the reload the view. Do you know if there is an action for changing a dimension element selection? If not, this may not work well. However apart from that it works well and allows me to pass credentials etc.
Thanks,
Damien
Damien Taylor
-
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: Embedding a TM1 View into our Corporate Portal
It's in the Developers Guide:
Selecting Title Elements for the Cubeviewer Object
You can set the title elements in a Cubeviewer object by adding the title parameter to your URL using the following format:
&title_DimensionName=
element
where:
DimensionName is the name of the title dimension that you want to change.
element is the string value for the name of the new title element you want to select.
If you want to select the new title element by element index, instead of element name, include the UseIndex parameter in the URL as follows:
&title_DimensionName=element&UseIndex=yes
Or
&title_DimensionName=element&UseIndex=1
Robin Mackenzie
- damientaylorcreata
- Posts: 86
- Joined: Mon Apr 13, 2009 8:47 am
- OLAP Product: Cognos TM1
- Version: 9.4
- Excel Version: 2003 and 2007
- Location: Sydney, Australia
- Contact:
Re: Embedding a TM1 View into our Corporate Portal
Perfect! Thanks guys I am happy with this solution now! Really appreciate your help on this.
Damien Taylor
-
- Posts: 98
- Joined: Sat Feb 11, 2012 11:13 am
- OLAP Product: TM1 9x, BPC, Hyperion, HANA
- Version: TM1 10
- Excel Version: Excel 2003 - 2010
Re: Embedding a TM1 View into our Corporate Portal
A blast from the past but I have a similar requirement and I am struggling with this, any help would be much appreciated.
This is URL string and I am using the SalesCube as an example.
http://localhost/tm1web/TM1WebMain.aspx ... seIndex=72
I can get the CubeViewer to work without any major drama's i.e. without passing the dimension I want to change the Dimension but struggling with this, the Dimension is Account and I want to be able to see EBITDA and Index of EBITDA is 72.
Its still defaulting to the original view saved.
I am on 10.1 and OS 2008 R2 .
Cheers
This is URL string and I am using the SalesCube as an example.
http://localhost/tm1web/TM1WebMain.aspx ... seIndex=72
I can get the CubeViewer to work without any major drama's i.e. without passing the dimension I want to change the Dimension but struggling with this, the Dimension is Account and I want to be able to see EBITDA and Index of EBITDA is 72.
Its still defaulting to the original view saved.
I am on 10.1 and OS 2008 R2 .
Cheers