change TM1 websheet property

Post Reply
wang_chris
Posts: 122
Joined: Thu Jan 31, 2013 1:03 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

change TM1 websheet property

Post by wang_chris »

We don't want title element and its selection to be displayed in websheet, we have set the websheet property in architect as description in user guide, but it seems not work when we view the websheet from TM1web.

Is there anything more to set?
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: change TM1 websheet property

Post by declanr »

Just hide the row or change the subnm formula to be:

Code: Select all

=""&SUBNM(...)
I assume by "property" you are referring to the "Read Only" tick box? That has always been a bit flakey in my experience; in 10.1 you will find that locking the cells and then protecting the sheet before loading it up is a simple way of making a sheet read only.
Declan Rodger
wang_chris
Posts: 122
Joined: Thu Jan 31, 2013 1:03 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

Re: change TM1 websheet property

Post by wang_chris »

If the Dimension element is hidden, when we call TM1 websheet in BI, the element value can not be passed into this websheet.

We don't want these element selection not to be displayed, but still be effective in websheet.

How can we handle it?

Regards,
Chris
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: change TM1 websheet property

Post by declanr »

Assuming you are using the URL API to open the websheet you can still pass parameters through to Title Elements when the row is hidden.
You can then have a displayed row that has a formula equalling the hidden cell.
Declan Rodger
wang_chris
Posts: 122
Joined: Thu Jan 31, 2013 1:03 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2007

Re: change TM1 websheet property

Post by wang_chris »

Unforturnately, we are using BI framework to call TM1 websheet, not URL.
Post Reply