TM1WEB browse the exact TM1 cube view

Post Reply
jhef_077
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

Post by jhef_077 »

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.docx
(148.97 KiB) Downloaded 297 times
Last edited by jhef_077 on Mon Nov 14, 2011 3:31 am, edited 1 time in total.
lotsaram
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

Post by lotsaram »

Is that a question?
jhef_077
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

Post by jhef_077 »

yes can you pls help me??? thanksa...
User avatar
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

Post by Harvey »

Hey Jhef, here's an example from the docs:

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
The part you are interested in, I believe is setting the title elements. This is achieved with the following section:

Code: Select all

&title_plan_business_unit=Canada
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.
Take your TM1 experience to the next level - TM1Innovators.net
jhef_077
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

Post by jhef_077 »

Thanks for the reply now its working..thank you so much.....
Post Reply