Search found 18 matches

by Reddy
Sun Jun 28, 2009 6:06 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bulk copy paste using VBA coding?
Replies: 2
Views: 3456

Bulk copy paste using VBA coding?

Hi :) REQUIREMENT: BULK COPY FROM ONE NORMAL EXCEL TO TM1 TEMPLATE EXCEL WHICH INTURN SHOULD SAVE IN TM1 DATABASE . Below pasted code (from bihint site) creates a macro command bar "TM1 freeze" and deletes all tm1 formulae but can anyone help me in modifying or completing this code such th...
by Reddy
Thu Jun 18, 2009 8:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Looking for a basic guide to uploading data...
Replies: 3
Views: 3655

Re: Looking for a basic guide to uploading data...

Hi all, Thank you for this nice forum. Even though I am a pretty new to TM1 and most of the information here is very advanced for me, I have learned a little bit by reading various topics. My question is, can anyone point me to a guide or tutorial that explains how to upload data into a cube with a...
by Reddy
Thu Jun 18, 2009 5:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clear the data from 40 cubes using single TI process?
Replies: 21
Views: 13578

Re: Clear the data from 40 cubes using single TI process?

It can't calculate what it doesn't have :) A + B = C. If A and B are both zero, TM1 will ignore the rule because it knows it has nothing to do. If you put data back in to A or B then it should look and behave like normal again :) Ohhh ! Steve there you are :idea: its workin now. Thanx (Steve & ...
by Reddy
Tue Jun 16, 2009 12:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules editor can't be opened in Applix 9.1 SP2 version?
Replies: 7
Views: 4403

Re: Rules editor can't be opened in Applix 9.1 SP2 version?

I suggest you check what your setting in your tm1p.ini file is; see whether AdvancedRulesEditor=T is in there. If it's not, add it in and see whether it makes a difference. If that doesn't work try setting it to F instead of T and see whether you at least get the "Classic" Rules editor to...
by Reddy
Tue Jun 16, 2009 7:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules editor can't be opened in Applix 9.1 SP2 version?
Replies: 7
Views: 4403

Re: Rules editor can't be opened in Applix 9.1 SP2 version?

I suggest you check what your setting in your tm1p.ini file is; see whether AdvancedRulesEditor=T is in there. If it's not, add it in and see whether it makes a difference. If that doesn't work try setting it to F instead of T and see whether you at least get the "Classic" Rules editor to...
by Reddy
Tue Jun 16, 2009 6:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clear the data from 40 cubes using single TI process?
Replies: 21
Views: 13578

Re: Clear the data from 40 cubes using single TI process?

Reddy The rules themselves do not vanish. According to me, what happens is that the code clears cells, that are input cells to other cells calculated with rules. Hence, the rules could return 0, or the cells are not fed. Wim Hi Wim Before executing the TI process, I see the element values are rule ...
by Reddy
Tue Jun 16, 2009 6:16 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules editor can't be opened in Applix 9.1 SP2 version?
Replies: 7
Views: 4403

Re: Rules editor can't be opened in Applix 9.1 SP2 version?

Alan, answering to your first question, I did not get any error message while opening the rules editor, when I try to open the rules editor, it remains idle without any error message.
by Reddy
Tue Jun 16, 2009 6:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules editor can't be opened in Applix 9.1 SP2 version?
Replies: 7
Views: 4403

Re: Rules editor can't be opened in Applix 9.1 SP2 version?

Hi Alan

I see some error messages (pls find attachment) but no error messages logged with todays date.
by Reddy
Tue Jun 16, 2009 5:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules editor can't be opened in Applix 9.1 SP2 version?
Replies: 7
Views: 4403

Rules editor can't be opened in Applix 9.1 SP2 version?

Hi My machine is pre-installed with .net framework (versions 1.1, 2.0 SP1 etc) and I have also successfully installed Applix 9.1 SP2 as a stand alone application (TM1 perspectives). In tm1 server explorer, I can perform all operations other than opening a rules editor. I tried second time by re-inst...
by Reddy
Mon Jun 15, 2009 12:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clear the data from 40 cubes using single TI process?
Replies: 21
Views: 13578

Re: Clear the data from 40 cubes using single TI process?

Reddy, beware that Wim's code will clear out the entirety of each cube except for control cubes! You probably don't want to do this in practice. Depending on the cube(s) you are clearing you can use TI to build quite specific subsets/views to clear out only what you want. You could also use an attr...
by Reddy
Fri Jun 12, 2009 5:36 am
Forum: Useful code, tips and tricks
Topic: Clear Data in a Single TI
Replies: 3
Views: 7340

Re: Clear the data from 40 cubes using single TI process?

Thank You Wim and Lotsaram :) First I copied codes given by Wim in Prolog and epilog procedures and executed the process without any modification, then almost all the data is cleared except some data here and there but then I ran a new process with Lotsaram codes in prolog procedure which resulted i...
by Reddy
Fri Jun 12, 2009 5:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clear the data from 40 cubes using single TI process?
Replies: 21
Views: 13578

Re: Clear the data from 40 cubes using single TI process?

Thank You Wim and Lotsaram :) First I copied codes given by Wim in Prolog and epilog procedures and executed the process without any modification, then almost all the data is cleared except some data here and there but then I ran a new process with Lotsaram codes in prolog procedure which resulted i...
by Reddy
Thu Jun 11, 2009 11:06 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clear the data from 40 cubes using single TI process?
Replies: 21
Views: 13578

Re: Clear the data from 40 cubes using single TI process?

Thanks Steve :D This has solved my problem, now I can initialize the entire db 'as and when required' by simply running a single TI process (though only one view can be initialized in one command like ('cube1', 'view1'), but can include one more line for another view as this is far better job than m...
by Reddy
Thu Jun 11, 2009 8:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clear the data from 40 cubes using single TI process?
Replies: 21
Views: 13578

Clear the data from 40 cubes using single TI process?

Hi, My TM1 system is loaded with data for around 40 cubes, is there a way to clear or initialize the data in all these cubes by writing and executing a 'single' TI process. It is little laborious to do manually one by one in each cube using data spreading method "clear" . Thanks in advance...
by Reddy
Thu Jun 04, 2009 5:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bulk Copy and Paste is overriding DBRW formula?
Replies: 2
Views: 4014

Bulk Copy and Paste is overriding DBRW formula?

Hi, Sorry, I have a very basic question which needs your knowledge; I hav an excel template (input) which is sliced from TM1, when I tried to copy values from one source to this sliced template sheet all the DBRW formulae are overridden with these values hence values are not updated in the cube. But...
by Reddy
Wed Jun 03, 2009 7:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Delete button in Excel
Replies: 6
Views: 4373

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
by Reddy
Wed Jun 03, 2009 7:16 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Does chang in subset reflect in excel template automaticaly?
Replies: 1
Views: 2063

Does chang in subset reflect in excel template automaticaly?

Hi, Appreciate your possible solutions for this below mentioned requirement: TM1 version:9.0; Excel:2003; There are 3 different users namely U1, U2 and U3 can log into TM1 server. Each User are assigned with their respective accounts (Account dim: A1, A2, A3, A4..A10 are elements in account dim)So, ...