Page 1 of 1

TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 1:08 am
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?

Re: TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 7:02 am
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)

Re: TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 11:47 am
by lotsaram
Generally it is much easier (and more flexible) to write a rule in the }ClientSettings cube.

Re: TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 12:31 pm
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

Re: TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 3:31 pm
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)

Re: TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 11:54 pm
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

Re: TM1 Web Global Homepage

Posted: Tue Feb 21, 2017 11:55 pm
by sk1080in
Thank you everyone, the above resolved the problem.