Search found 131 matches

by dubs
Thu Apr 21, 2011 11:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

so close yet so far... can control all calculations except when the action button has been clicked - don't think it is a bug but it is definitely a big oversight!

Iboglix 1 - Me 0
by dubs
Wed Apr 20, 2011 4:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

my final solution: UserForm1.Show vbModeless DoEvents Application.Run "TM1RECALC1" UserForm1.Hide using vbModeless arg because I want to display a label on the form but want the form to get closed by the .hide method, because a modeless form cannot show a label had to put the DoEvents stat...
by dubs
Wed Apr 20, 2011 3:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

looks like this might be the only way to stop this, how very very annoying!

thanks for the suggestions guys
by dubs
Wed Apr 20, 2011 2:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

ah I was trying to be too clever and intercepting any sheet calculation, think wrapping each statement this way could do it (if the end users agree :D )
by dubs
Wed Apr 20, 2011 12:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

hmmm this is not working, problem is when the TI button is working, can intercept the calc event but it is still defaulting the mouse pointer to xlNorthwestArrow, why would you ever want that cursor when excel is in the middle of doing something?!?!
by dubs
Wed Apr 20, 2011 8:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

I take it this for your hand crafted vba, not just a shift+f9 calc? What I used to do (I try to steer clear of VBA heavy workbooks now) is create a worksheet that simply says "TM1 is updating, please wait...". Then something like (off the top of my head, you'll have to get the syntax) thi...
by dubs
Tue Apr 19, 2011 11:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Re: Excel Mouse Cursor with TM1RECALC1

jim wood wrote:The other 2 copies of this post have been removed.

The Admin Team.
sorry about that chrome wasn't refreshing the page properly so I didn't the first two had posted.
by dubs
Tue Apr 19, 2011 5:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel Mouse Cursor with TM1RECALC1
Replies: 11
Views: 7722

Excel Mouse Cursor with TM1RECALC1

Hi All, Bit of a funny one this but here goes: Is there any way to stop Excel displaying the normal mouse icon (ie pointer) whilst it is running this: Application.Run "TM1RECALC1" essentially due to some performance issues the mouse pointer is showing whilst a sheet is calculating which my...
by dubs
Mon Apr 18, 2011 11:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Global Variables in TI
Replies: 3
Views: 4150

Re: Global Variables in TI

I have not had time to properly read you post yet but have certainly had trouble with GlobalVars being reinitialised by processes called by the main process

when I get a mo I'll have a proper read and see if I can help
by dubs
Thu Apr 14, 2011 9:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Refresh Security
Replies: 11
Views: 11526

Re: Refresh Security

I would avoid cell_security for very large cubes and use security cube based rules- this is because in my experience the mem usage can balloon if you have a large amount of cells in your cube and I know that you don't want to hear it but if you are already kind of using TI why not continue to use it...
by dubs
Wed Apr 13, 2011 2:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data string length
Replies: 17
Views: 15900

Re: Data string length

lotsaram wrote: (But then again I have heard people complain that 1 million rows in Excel is not enough so who knows.)
when I first started data analysis I thought this, then i realised i should be using a database :D
by dubs
Wed Apr 06, 2011 4:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 and Windows 7
Replies: 14
Views: 10496

Re: TM1 and Windows 7

well hopefully someone can come along and help- I assumed you had never had it working before so suggested you don't waste your time trying to make it work if IBM won't support you....

good luck! and post back how you solved the issue when you do
by dubs
Wed Apr 06, 2011 2:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 and Windows 7
Replies: 14
Views: 10496

Re: TM1 and Windows 7

sounds like it wasn't designed to work with Win7 hence the support note mentioning that it wont be officially supported until 9.5.1, 9.4 was probably never tested with Win7 (which may not have been released at that time - cant be bothered to check the dates) and there is probably no desire for them ...
by dubs
Tue Apr 05, 2011 11:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: More Excel Issues
Replies: 2
Views: 2391

Re: More Excel Issues

think it may be calling versions from the windows temp directory, have to do a few tests first to confirm but cant work out what else it could be
by dubs
Tue Apr 05, 2011 10:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: More Excel Issues
Replies: 2
Views: 2391

Re: More Excel Issues

I don't believe it! I had fixed the formatting and got it to work from TM1, accessed TM1 as a different user and its now calling the old sheet, I don't know where to start!! anyone know what actually happens behind the scenes? I would have assumed: You click the excel shortcut to open the sheet, tha...
by dubs
Tue Apr 05, 2011 10:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: More Excel Issues
Replies: 2
Views: 2391

More Excel Issues

something I really struggle with is the link between the excel sheet TM1 calls and the physical sheet on the disk Once I have my sheet saved up to TM1 I often amend it straight from the }externals directory but find that sometimes I can make an amendment, then open it from TM1 and the amendment isn'...
by dubs
Fri Apr 01, 2011 9:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can't open an Excel file on one of the Citrix Servers
Replies: 9
Views: 13393

Re: Can't open an Excel file on one of the Citrix Servers

can she open a non-tm1 excel file on the server or does she log straight into perspectives? sounds like the excel config on the server aint quite right but if you can access no problem then maybe its to do with her profile I've watched some of my sheets behave very oddly when on citrix, very hard to...
by dubs
Tue Mar 29, 2011 2:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Contributor Error
Replies: 4
Views: 3317

Re: TM1 Contributor Error

No expert but seem to remember having a similar issue, could it be that an element in your subset has two parents (i.e. belongs to both hierarchies) and that its this that is confusing TM1? not sure how it will help but at least you'll know what you can and cant use as an approval hierarchy - hopefu...
by dubs
Tue Mar 29, 2011 2:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Publish Subset not in TI - why?
Replies: 8
Views: 6498

Re: Publish Subset not in TI - why?

worked round this with a kludge in the end, not ideal but does what I need it to do