Page 1 of 1

Delete button in Excel

Posted: Tue Jun 02, 2009 1:00 pm
by iesak
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 ?

Re: Delete button in Excel

Posted: Tue Jun 02, 2009 3:55 pm
by Steve Vincent
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 8-)

Re: Delete button in Excel

Posted: Tue Jun 02, 2009 4:01 pm
by iesak
protect workbook with a password?? but wat if it is a input template .. ... :roll:

Re: Delete button in Excel

Posted: Tue Jun 02, 2009 4:51 pm
by stephen waters
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

Re: Delete button in Excel

Posted: Wed Jun 03, 2009 7:28 am
by Reddy
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

Re: Delete button in Excel

Posted: Wed Jun 03, 2009 8:25 am
by David Usherwood
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.

Re: Delete button in Excel

Posted: Wed Jun 03, 2009 9:00 am
by Steve Vincent
iesak wrote:protect workbook with a password?? but wat if it is a input template .. ... :roll:
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.