I just started at a company on v10.1. I was a super user of v9.5.2 and there was a function called Zap that would make all of the TM1 formulas disappear however it would keep the regular excel formulas in tact. Which is very useful when you send spreadsheets to non TM1 users. I used it multiple times a day. On v10.1 that funcation does not appear to exist? Can anyone confirm that? I cannot believe IBM would get rid of this!
Thanks
Zap function
-
- Posts: 1
- Joined: Wed Oct 31, 2012 5:03 pm
- OLAP Product: TM1 v10.1
- Version: 10.1
- Excel Version: 2007
-
- Community Contributor
- Posts: 314
- Joined: Mon May 12, 2008 8:11 am
- OLAP Product: TM1
- Version: TM1 11 and up
- Excel Version: Too many to count
Re: Zap function
I don't believe that Zap was ever a native part of TM1, but http://www.tm1forum.com/viewtopic.php?f=21&t=2515 will do what you're looking for.socal_tm1user wrote:I just started at a company on v10.1. I was a super user of v9.5.2 and there was a function called Zap that would make all of the TM1 formulas disappear however it would keep the regular excel formulas in tact. Which is very useful when you send spreadsheets to non TM1 users. I used it multiple times a day. On v10.1 that funcation does not appear to exist? Can anyone confirm that? I cannot believe IBM would get rid of this!
Thanks
Paul
Re: Zap function
I believe that Zap is a function out of the Revelwood Application Manager and is not native to TM1.
-
- Site Admin
- Posts: 6667
- 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:
Re: Zap function
Actually it's a function out of the TM1 Tools add-in that Paul pointed the OP to.dymoy wrote:I believe that Zap is a function out of the Revelwood Application Manager and is not native to TM1.
I should know, I wrote the thing. (There are three alternative methods for removing formulas in TM1 Tools but Zap Formulas refers specifically to my one.)
And I cannot believe that IBM hasn't included most of the functionality of TM1 Tools in the core product.I cannot believe IBM would get rid of this!
Oh wait, yes I can, sadly.
"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: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Zap function
It would be pretty easy to roll your own zapping with VBA. Just cycle through the collection ActiveSheet.UsedRange, looking for DBR and SUBNM, and when found do a Cell.Copy and Cell.PasteSpecial. You can pretty it up with stopping screen updates and the like but you get the picture.
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Zap function
Yes, a simple one is basic, but when you want frills like finding nested TM1 formula and doing multiple sheets then it's just simpler to use the freely available TM1 tools. You also get the fabulous tracer and various other tools chucked in all for the low low price of $0. And a money back guarantee. [/sales mode]
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- Site Admin
- Posts: 6667
- 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:
Re: Zap function
Not to mention all of the non-common formulas like DimIx or View Or Elcomp. Or the possibility of some keywords being inside strings. Or dealing with with Excel's desire to "help" you by auto-converting data types as they move from an element to a cell content. Or...Martin Ryan wrote:Yes, a simple one is basic, but when you want frills like finding nested TM1 formula and doing multiple sheets then it's just simpler to use the freely available TM1 tools. You also get the fabulous tracer and various other tools chucked in all for the low low price of $0. And a money back guarantee. [/sales mode]
I was going to make an observation about "wheel, reinvention of", but I think you've covered it.
"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.