I just had a request from one of my users which made me think "Hmm, that would actually be pretty useful..."
The user had generated a report via a predefined web sheet and wanted to know whether it would be possible to save that with the title settings in place. (They have no access to Excel at this time; it's web only for these guys.) The reason for this is that most of them have quite a few different profit centre / cost centre combinations to report on, and it would save them needing to reselect them every time. If they were able to save the web sheet into their Applications folder with the title elements pre-selected it could save some time.
The down side of this of course is if an upgrade is done to the websheet; the admins would no longer have direct control over ensuring that everyone has the most current sheet.
So what do you think, useful or not?
Ability to save Websheets with title selections
-
- Site Admin
- Posts: 6643
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Ability to save Websheets with title selections
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- MVP
- Posts: 1827
- 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: Ability to save Websheets with title selections
I would say it could be useful but extended beyond saving it for just one report.
As standard approach for all TM1 Web applications I hold attributes against the }clients dimension for every title element they are likely to encounter and make it so that when they open any websheet it pulls down all of their most recent selections as a starting point (unless of course there is a specific reason not to).
So I'd say it's not that difficult to set this up yourself but it would be nice to have some standard process for this.
As standard approach for all TM1 Web applications I hold attributes against the }clients dimension for every title element they are likely to encounter and make it so that when they open any websheet it pulls down all of their most recent selections as a starting point (unless of course there is a specific reason not to).
So I'd say it's not that difficult to set this up yourself but it would be nice to have some standard process for this.
Declan Rodger
-
- Posts: 31
- Joined: Fri Oct 14, 2011 6:44 am
- OLAP Product: TM1, COGNOS
- Version: TM1 9_5 Cognos Planning 8_4
- Excel Version: 2007
- Location: Mumbai, India
Re: Ability to save Websheets with title selections
Absolutely yes, It would be pretty useful. I had similar request from one of my client recently.
Moreover now since TM1 10.2 web is fully java based, this request can easily be addressed with no performance hit.
'user.ini' (Settings) file can be generated & saved in user's application folder.
Since TM1 web has handshaked with Java, I am very happy
Moreover now since TM1 10.2 web is fully java based, this request can easily be addressed with no performance hit.
'user.ini' (Settings) file can be generated & saved in user's application folder.
I don't think websheet upgrade would cause any major issue. If there's any change in template then a provision can be made to display a message on top for the users to take notice of. If the entire format of websheet is changed then the existing 'user.ini' can be discarded & overridden by a default setting file say 'default.ini'.The down side of this of course is if an upgrade is done to the websheet; the admins would no longer have direct control over ensuring that everyone has the most current sheet.
Since TM1 web has handshaked with Java, I am very happy

-
- Community Contributor
- Posts: 164
- Joined: Tue Apr 02, 2013 1:41 pm
- OLAP Product: tm1, cognos bi
- Version: from TM1 9.4 to PA 2.0.9.6
- Excel Version: 2010
- Location: Toronto, ON
Re: Ability to save Websheets with title selections
We have created a 2 dimensional cube, one of dimensions is }Clients and the other use is Saved_Selections. Saved_Selections dim contans elements for each Title DImension that you want to save the selection for. In the websheet ( in the hidden area we have DBSS functions to store the selection from a title dimension to the User_Saved_Selections cube. ALso when the user opens the spreadsheet, we have formulas in the hidden area to get the saved selection from User_Saved_Selections cube and use them in the SUBNM formulas.
Ardian Alikaj
-
- Posts: 4
- Joined: Sun Nov 25, 2012 5:34 am
- OLAP Product: TM1, EP
- Version: All
- Excel Version: All
Re: Ability to save Websheets with title selections
I have addressed this issue on Websheets at a few customers using a control cube with the following dimensions:
}ApplicationObjects
}Clients
}Measures
An action button is placed on the Websheet to write the title element to the cube above. This action button may be labeled 'Save Tile Elements', or 'Pin'.
On the Websheet, a DBR is used to retrieve the value initially from a cell (hidden) and then referenced in the SUBNM.
}ApplicationObjects
}Clients
}Measures
An action button is placed on the Websheet to write the title element to the cube above. This action button may be labeled 'Save Tile Elements', or 'Pin'.
On the Websheet, a DBR is used to retrieve the value initially from a cell (hidden) and then referenced in the SUBNM.