play around the TM1 in excel lately, found that if a user presses delete button in a cell , it clears the formula and the cell no longer get a value from cube.
is there a way to avoid the formula from being clear out except disable the delete button ?
Delete button in Excel
- Steve Vincent
- Site Admin
- Posts: 1054
- Joined: Mon May 12, 2008 8:33 am
- OLAP Product: TM1
- Version: 10.2.2 FP1
- Excel Version: 2010
- Location: UK
Re: Delete button in Excel
thats no different to any formula in excel, the only way to stop it is either disabling the delete key (which will annoy your users no end!) or protect the worksheet with a password. i always go with option 2 

If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
Re: Delete button in Excel
protect workbook with a password?? but wat if it is a input template .. ... 

- stephen waters
- MVP
- Posts: 324
- Joined: Mon Jun 30, 2008 12:59 pm
- OLAP Product: TM1
- Version: 10_2_2
- Excel Version: Excel 2010
Re: Delete button in Excel
This is a long standing gripe I have with the TM1 Excel interface. Having been told over 5 years ago by Applix (in fact Manny himself!) that it would not be a problem to separate protection of the dbrw formula and the number being entered nothing has changed and I do not think anything will change given the concentration on the new planning front end. So, options are
- use macros etc to disable backspace, delate, cut keys and functions. This takes a lot of effort and, as Steve points out you, end up so with something that is not really excel. any more.
- have an input area where users can copy delete etc and have a protected DBSW range to send data
- use TM1 web
- use macros etc to disable backspace, delate, cut keys and functions. This takes a lot of effort and, as Steve points out you, end up so with something that is not really excel. any more.
- have an input area where users can copy delete etc and have a protected DBSW range to send data
- use TM1 web
-
- Posts: 17
- Joined: Wed Jun 03, 2009 6:45 am
- OLAP Product: TM1
- Version: 9.4 FP1
- Excel Version: 2007
- Location: Dubai
Re: Delete button in Excel
Hi Iseak,
Assuming "Delete" is disabled, how about choosing "Clear" option from TM1 data spreading methods (by clicking the icon "Clear" from toolbar).
Thanks
Reddy
Assuming "Delete" is disabled, how about choosing "Clear" option from TM1 data spreading methods (by clicking the icon "Clear" from toolbar).
Thanks
Reddy
Thanks 
Reddy

Reddy
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: Delete button in Excel
That would work. Don't forget the shortcut - pressing C on a cell (detailed or summary) will clear everything underneath it, subject to rules and security. Since spreading came in you can't assume that consolidated values can't be updated.
- Steve Vincent
- Site Admin
- Posts: 1054
- Joined: Mon May 12, 2008 8:33 am
- OLAP Product: TM1
- Version: 10.2.2 FP1
- Excel Version: 2010
- Location: UK
Re: Delete button in Excel
almost all of mine are input templates. don't forget that each cell has a "format" to determine if its locked or not when protection is enabled. i tend to use blank cells which are not locked for user input, then dbs formula in locked cells to do the send / checking with tm1. that way i protect the formula and the integrity of the sheet while enablign the user to do the normal things like copy and paste data.iesak wrote:protect workbook with a password?? but wat if it is a input template .. ...
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet