Search found 8 matches
- Tue May 11, 2010 4:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to create TI Process using TM1API?
- Replies: 12
- Views: 9525
Re: How to create TI Process using TM1API?
What i normally do is replicate an existing process and change the values of the various properties of that object. Of course you can create one from scratch but the registration of that process with TM1 server is another lengthy coding process. You have to do many checks to make sure you are not go...
- Tue Apr 27, 2010 12:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating TM1 Objects in C# and ASP.NET
- Replies: 20
- Views: 154418
Re: Creating TM1 Objects in C# and ASP.NET
Sorry brudders,
I am in a middle of a change right now. Kinda tied up but i will be back here soon.
Meanwhile i can do my best to answer any technical queries into TM1 API (c, vb or .NET) or (C#) sliverlight or ASP.NET.
I am in a middle of a change right now. Kinda tied up but i will be back here soon.
Meanwhile i can do my best to answer any technical queries into TM1 API (c, vb or .NET) or (C#) sliverlight or ASP.NET.
- Thu Mar 04, 2010 10:43 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute TI Process from VBA
- Replies: 5
- Views: 6736
- Wed Mar 03, 2010 10:40 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute TI Process from VBA
- Replies: 5
- Views: 6736
Re: Execute TI Process from VBA
Hi Swain, Nope, the user doesn't need to login through Excel. TM1 API exists so that users can live outside Excel TM1 session, talking to TM1 directly. The author of code you initially posted has wrote an unneccessary step of connecting to an existing Excel TM1 session. You can essentially remove th...
- Wed Mar 03, 2010 6:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute TI Process from VBA
- Replies: 5
- Views: 6736
Re: Execute TI Process from VBA
Hi Swain, Do you mind if you can add this validation in? Personally, i prefer double-checking every object i get, just to make sure it is the right one if not i will terminate the code there and then. Helps me to know where and what went wrong. Just a simple check if you don't mind... Validation aft...
- Wed Feb 03, 2010 5:02 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating TM1 Objects in C# and ASP.NET
- Replies: 20
- Views: 154418
Re: Creating TM1 Objects in C# and ASP.NET
Kelvin you should try using TM1MdxView instead of TM1View. Since you are already in API, why not go the extra mile. But to be proficient in that, MDX queries have to be issued. And if you already understand the power of MDX, you will realised that you are not far away from creating the standard Cogn...
- Wed Feb 03, 2010 2:55 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating TM1 Objects in C# and ASP.NET
- Replies: 20
- Views: 154418
- Fri Jan 29, 2010 12:36 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating TM1 Objects in C# and ASP.NET
- Replies: 20
- Views: 154418
Re: Creating TM1 Objects in C# and ASP.NET
If you guys do not mind my two cent worth, In order for TM1 view or MDX issued view information to be really retrieved and display on the fly, it should really be able to translate any TM1view regardless of the number of tuples and dimensions involved. 8-) Personally i prefer encapsulate the View De...