Search found 77 matches

by babytiger
Tue Mar 01, 2016 9:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Rules Scenario Using Attributes
Replies: 7
Views: 3944

Re: TM1 Rules Scenario Using Attributes

If all leaf elements in 'zz BDE' and 'zz Broker' are identical (as you've suggested), you can substitute declanr's rule with: ['zz Underwriting Year':'Unanalysed','Net Earned Premium','zz Tenure':'Unspecified']=N: IF ( !zz BDE@=!zz Broker, DB('zz Accident Year','Actual',!zz Heads of Damage,!zz Accid...
by babytiger
Tue Mar 01, 2016 7:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: edit element name
Replies: 5
Views: 2780

Re: edit element name

PATCH REST API, may be???

But could potentially open up another can of worms.
by babytiger
Fri Feb 26, 2016 8:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Refreshing ActiveForm using .VBS Script
Replies: 1
Views: 1835

Re: Refreshing ActiveForm using .VBS Script

Were you using the service account to run this?
by babytiger
Fri Feb 26, 2016 7:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Buid a TM1 API utility?
Replies: 6
Views: 2881

Re: How to Buid a TM1 API utility?

Firstly, I am really interested at what is the api utility is going to do? Without an understanding of what a tm1 server is, this is going to be interesting.
by babytiger
Fri Feb 26, 2016 6:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 'Set Dimension Order' Not Working
Replies: 13
Views: 8158

Re: TM1 'Set Dimension Order' Not Working

Is there a default subset created for this dimension? Is it possible that you were looking at the default subset order instead of the indexed order?
by babytiger
Fri Feb 26, 2016 6:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web unavailable in TM1 10.2.2
Replies: 1
Views: 1248

Re: TM1 Web unavailable in TM1 10.2.2

What's the memory assigned to tomcat? Is there any windows log?
by babytiger
Tue Oct 20, 2015 7:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1SUBSETALL vs .MEMBERS
Replies: 4
Views: 3974

Re: TM1SUBSETALL vs .MEMBERS

I think it depends on what your starting point is.

I have always used TM1SubsetAll([Dimension name]) to return a complete list of elements of the dimension, and the list is unique (ie. no dups). So, not too sure how you've build your MDX.
by babytiger
Thu Sep 17, 2015 2:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos TM1 is just for demo
Replies: 13
Views: 7727

Re: Cognos TM1 is just for demo

After I played with TM1 for a while trying to achieve my goal, I personally think TM1 is just in demo stage, not supposed to be sold as commercial product. Even with 10.2, the fact is still the same. There are too many defects in any steps (problems exist every where from top to bottom). How do you...
by babytiger
Fri Sep 11, 2015 2:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Scenario or Version Dim Design
Replies: 2
Views: 2998

Re: TM1 Scenario or Version Dim Design

As a simple solution, I am wondering if grouping the combined scenario/version into years and scenarios, for example:

2015
Actual_2015
Budget_2015
Budget_FTL_ddmmyyy
Budget_FTL_ddmmyyy
Forecast_2015
Forecast_FTL_ddmmyyyy
2016
Actual_2016
Budget_2016


etc.
by babytiger
Thu Sep 10, 2015 9:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IF statement in a rule
Replies: 2
Views: 2416

Re: IF statement in a rule

I think you can archive this in various ways. Depending what you want to do with that PTLCON company. Without knowing what you want to do with PTLCON, here is what I would recommend, you can add the following rule on top of your other 2 rules (and may be replace stet with whatever rule you want to a...
by babytiger
Sat May 09, 2015 6:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Reports
Replies: 11
Views: 7525

Re: TM1 Reports

Is your TM1 base report an ActiveForm report?
And on the base report, do you have any or lots of conditional formatting rules?

Base on experience, with the newer version of Excel, TM1 activeforms does not handle conditional formatting well.
by babytiger
Tue Apr 15, 2014 1:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ActiveForm display of numbers incorrect from TM1
Replies: 3
Views: 2769

Re: ActiveForm display of numbers incorrect from TM1

First, I would check if your formulas are picking up the correct dimension element references, by changing the DBRW to DBR. If values are showing with DBRs then read on... A tricky thing about activeforms is that generally requires you to include all relevant elements in your cubeview. For example, ...
by babytiger
Sat Apr 12, 2014 7:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: overriding Consolidation with Max value instead of sum
Replies: 11
Views: 8670

Re: overriding Consolidation with Max value instead of sum

Hi, If you want to apply ConsolidatedMax/ConsolidatedMin to all level 1 consolidation for the product_dim, you can use a rule like this: ['WPD' ] = C: If(Ellev('Product_Dim',!Product_Dim)=1,ConsolidatedMin(2,'',!Product__Dim, _Dim2,!Date_dim3,_Dim4,'WPD'),continue); ==> this would only apply consoli...
by babytiger
Thu Apr 03, 2014 10:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1web activeform zero suppression not working
Replies: 2
Views: 3756

Re: tm1web activeform zero suppression not working

The parameter that indicates zero suppression is with the TM1RPTVIEW formula.

Also, can I assume when you publish to Tm1web, you have got suppress zero toggled on?
by babytiger
Thu Mar 27, 2014 9:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: security process end-user use process
Replies: 1
Views: 1439

Re: security process end-user use process

Can I assume you are trying to update a security cube using a process?

If so, select security access for your process. You can do that by right click on your process, and select "Security Access".

Hope it helps.
by babytiger
Fri Mar 21, 2014 12:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: greying out cells in tm1
Replies: 4
Views: 2858

Re: greying out cells in tm1

Hi, You may want to give this a try: 1. Insert another cell/element in your cube (Cube A), eg. running 2. At the start of your master process, insert code that adds a flag in this new cell, eg, Y. 3. At the end of your master process, insert code that removes this flag. 4. In your control cube (Cube...
by babytiger
Wed Mar 19, 2014 11:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Running VBScript from tm1
Replies: 1
Views: 2088

Re: Running VBScript from tm1

TI wouldn't give out any error message, since the command executed is a correct syntax vbs command. I would suggest test out the command from a command line, run cmd, and enter >D:\Mail\SendMailOther.vbs with parameters between double-quotes. If there's anything wrong with the vbs, you will get an e...