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?
change TM1 websheet property
-
- Posts: 122
- Joined: Thu Jan 31, 2013 1:03 pm
- OLAP Product: TM1
- Version: 10.2
- Excel Version: 2007
-
- 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
Just hide the row or change the subnm formula to be:
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.
Code: Select all
=""&SUBNM(...)
Declan Rodger
-
- Posts: 122
- Joined: Thu Jan 31, 2013 1:03 pm
- OLAP Product: TM1
- Version: 10.2
- Excel Version: 2007
Re: change TM1 websheet property
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
We don't want these element selection not to be displayed, but still be effective in websheet.
How can we handle it?
Regards,
Chris
-
- 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
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.
You can then have a displayed row that has a formula equalling the hidden cell.
Declan Rodger
-
- Posts: 122
- Joined: Thu Jan 31, 2013 1:03 pm
- OLAP Product: TM1
- Version: 10.2
- Excel Version: 2007
Re: change TM1 websheet property
Unforturnately, we are using BI framework to call TM1 websheet, not URL.