Page 1 of 1

TM1WEB browse the exact TM1 cube view

Posted: Fri Nov 11, 2011 7:40 am
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

Re: TM1WEB browse the exact TM1 cube view

Posted: Fri Nov 11, 2011 8:06 am
by lotsaram
Is that a question?

Re: TM1WEB browse the exact TM1 cube view

Posted: Mon Nov 14, 2011 3:13 am
by jhef_077
yes can you pls help me??? thanksa...

Re: TM1WEB browse the exact TM1 cube view

Posted: Mon Nov 14, 2011 12:42 pm
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.

Re: TM1WEB browse the exact TM1 cube view

Posted: Tue Nov 15, 2011 11:32 am
by jhef_077
Thanks for the reply now its working..thank you so much.....