How to link the exact Cube view in the TM1 WEB??
example:
http://"servername"/TM1Web/TM1WebMain.aspx?action=OpenObject&type=Cubeviewer&value="EXACTCUBE"$$"CUBEVIEWNAME"$$PUBLIC&ps_dim_Year=2010&UseIndex=no&AdminHost="servername"&TM1Server=nol&UserName="admin"&Password="password">
TM1WEB browse the exact TM1 cube view
-
- Posts: 15
- Joined: Wed Oct 19, 2011 6:53 am
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: 2007
TM1WEB browse the exact TM1 cube view
Last edited by jhef_077 on Mon Nov 14, 2011 3:31 am, edited 1 time in total.
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: TM1WEB browse the exact TM1 cube view
Is that a question?
-
- Posts: 15
- Joined: Wed Oct 19, 2011 6:53 am
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: 2007
Re: TM1WEB browse the exact TM1 cube view
yes can you pls help me??? thanksa...
- Harvey
- Community Contributor
- Posts: 236
- Joined: Mon Aug 04, 2008 4:43 am
- OLAP Product: PA, TM1, CX, Palo
- Version: TM1 8.3 onwards
- Excel Version: 2003 onwards
- Contact:
Re: TM1WEB browse the exact TM1 cube view
Hey Jhef, here's an example from the docs:
The part you are interested in, I believe is setting the title elements. This is achieved with the following section:
Where, "title_" is a keyword saying you want to set a title element, "plan_business_unit" is the name of the dimension, and "=Canada" specifies the element to select.
If you were after something else, please clarify your question.
Code: Select all
http://servername/TM1WebMain.aspx?action=OpenObject&type=Cubeviewer&value=plan_BudgetPlan$$Budget%20Input%20Detailed$$PUBLIC&title_plan_business_unit=Canada&UseIndex=no
Code: Select all
&title_plan_business_unit=Canada
If you were after something else, please clarify your question.
Take your TM1 experience to the next level - TM1Innovators.net
-
- Posts: 15
- Joined: Wed Oct 19, 2011 6:53 am
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: 2007
Re: TM1WEB browse the exact TM1 cube view
Thanks for the reply now its working..thank you so much.....