TM1 Web Global Homepage

Post Reply
sk1080in
Posts: 23
Joined: Mon Mar 23, 2015 12:08 am
OLAP Product: TM1
Version: Planning Analytics
Excel Version: 2007

TM1 Web Global Homepage

Post by sk1080in »

Hi,

I am trying to set a global homepage in TM1 Web and using the below:

<add key="HomePageObject" value="\\TM1Server\D$\TM1\TM1_Instance\DATA\}Externals\01NetPay.xlsx_20160610012458.xlsx;Type=websheet;Description=My Uploaded websheet;AllowOverwrite=false" />

When I login in TM1 web, the home page is blank white.

Can someone advise me on what I am doing wrong?
User avatar
gtonkin
MVP
Posts: 1199
Joined: Thu May 06, 2010 3:03 pm
OLAP Product: TM1
Version: Latest and greatest
Excel Version: Office 365 64-bit
Location: JHB, South Africa
Contact:

Re: TM1 Web Global Homepage

Post by gtonkin »

Looks like you are missing the "TM1:" in front of your websheet reference. Your slashes also look to be back, not forward.
Have a look here for some guidance (10.2.2 reference)
lotsaram
MVP
Posts: 3652
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TM1 Web Global Homepage

Post by lotsaram »

Generally it is much easier (and more flexible) to write a rule in the }ClientSettings cube.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
Mark RMBC
Community Contributor
Posts: 292
Joined: Tue Sep 06, 2016 7:55 am
OLAP Product: TM1
Version: 10.1.1
Excel Version: Excel 2010

Re: TM1 Web Global Homepage

Post by Mark RMBC »

I tend to use the Client setting for this, but I don't use a rule. I just Ctrl C and Ctrl V when a new client is added! :oops:

So under Web Home Page Object I would put something like, TM1: //TM1Instance/blob/PUBLIC/.\}Externals\Main Menu.xlsx, against the Client.

I would be interested to know how the rule would work, would it say something like (not written in rule syntax),

If client group is X then

Web Home Page Object = TM1: //TM1Instance/blob/PUBLIC/.\}Externals\X Main Menu.xlsx

else

Web Home Page Object = TM1: //TM1Instance/blob/PUBLIC/.\}Externals\Y Main Menu.xlsx
lotsaram
MVP
Posts: 3652
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TM1 Web Global Homepage

Post by lotsaram »

Mark RMBC wrote:I would be interested to know how the rule would work, would it say something like (not written in rule syntax),

If client group is X then

Web Home Page Object = TM1: //TM1Instance/blob/PUBLIC/.\}Externals\X Main Menu.xlsx

else

Web Home Page Object = TM1: //TM1Instance/blob/PUBLIC/.\}Externals\Y Main Menu.xlsx
Something like that. Usually I have 1 or 2 "default users" set up where the home page object link is entered. These users are stet and then all other users link with DB() to the default user(s)
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
sk1080in
Posts: 23
Joined: Mon Mar 23, 2015 12:08 am
OLAP Product: TM1
Version: Planning Analytics
Excel Version: 2007

Re: TM1 Web Global Homepage

Post by sk1080in »

gtonkin wrote:Looks like you are missing the "TM1:" in front of your websheet reference. Your slashes also look to be back, not forward.
Have a look here for some guidance (10.2.2 reference)
Thank you
sk1080in
Posts: 23
Joined: Mon Mar 23, 2015 12:08 am
OLAP Product: TM1
Version: Planning Analytics
Excel Version: 2007

Re: TM1 Web Global Homepage

Post by sk1080in »

Thank you everyone, the above resolved the problem.
Post Reply