Search found 3513 matches

by lotsaram
Sun Apr 12, 2009 8:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI zero Out view -
Replies: 8
Views: 6469

Re: TI zero Out view -

I've seen this happen a number of times. The reason that a "zero out view" or "processing view" invariably stops working is that a public subset used by the view has been overwritten from the intended element set. Invariably also the root cause of this is having inept or inexperi...
by lotsaram
Sun Apr 12, 2009 7:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Securtity Rights not working in Excel tables
Replies: 17
Views: 16012

Re: Securtity Rights not working in Excel tables

I assume you are talking about element security in the company dimension? 1/ How is the region which populates the dropdown lists filled? You would need to fill it with SUBNMs otherwise the TM1 security isn't going to get picked up or have any effect. 2/ Assuming you have done this have you done a f...
by lotsaram
Fri Apr 03, 2009 7:16 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dashboard Development
Replies: 6
Views: 4831

Re: Dashboard Development

you may get more response from the EV experts at www.evusers.org
by lotsaram
Wed Apr 01, 2009 10:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Pivot tables in Excel 2007
Replies: 10
Views: 8254

Re: Pivot tables in Excel 2007

belair22 wrote:Active Forms in TM1 9.4 covers most if not all the reasons you outline.
Inbuilt charting - no.
Drilldown on columns - no.
Drag and drop in Excel - no.
Connect to other plugins - no.

I'm not sure what exactly you were referring to.
by lotsaram
Tue Mar 31, 2009 11:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Pivot tables in Excel 2007
Replies: 10
Views: 8254

Re: Pivot tables in Excel 2007

I hate it when people ask this question but I just have to do it : "Why would ya want to do that?" The TM1 GUI (Excel & Perspectives) is essentially a super-charged Pivot Table. Kinda like choosing to hand-wash a basket of clothes when you have a brand-new washing-machine right next t...
by lotsaram
Mon Mar 23, 2009 3:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: dynamic subset with new consolidation name
Replies: 2
Views: 3419

Re: dynamic subset with new consolidation name

Telula,

Reading your post a 2nd time maybe your "All Active Contracts" consolidation already exists? In which case all you need to do to your MDX is:

{ TM1DRILLDOWNMEMBER( { [Contract].[All Active Contracts]}, ALL, RECURSIVE ) }
by lotsaram
Mon Mar 23, 2009 3:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: dynamic subset with new consolidation name
Replies: 2
Views: 3419

Re: dynamic subset with new consolidation name

Hi Telula, I think you might be confusing subsets and hierarchies. Although it is a "hidden feature" of TM1 that you can use a subset name in a DBRW formula which will act like a user defined consolidation this may or may not be what you are after. It's probably "dangerous" to us...
by lotsaram
Tue Mar 17, 2009 10:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1web: SUBNM with "living" subset
Replies: 2
Views: 3389

Re: TM1web: SUBNM with "living" subset

It is a bit difficult to say, I thought I knew what your problem was but the more I reread your post the more I am confused by what you are saying. So rather than posting a hypothetical solution based on guesswork maybe some further questions will help you out .. 1. Is the pseudo-navigation replacin...
by lotsaram
Mon Mar 16, 2009 10:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 9.4 MR1
Replies: 13
Views: 7752

Re: TM1 9.4 MR1

TM1 never releases memory back to the OS but it does internally recycle it's own pool of "garbage memory"
by lotsaram
Mon Mar 16, 2009 11:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: A couple of simple questions - cube manipulation
Replies: 11
Views: 6954

Re: A couple of simple questions - cube manipulation

Leaf holds simple yes. Distinguishing between blank and zero cell values definitely not, especially when also involving Undefvals. My understanding is that when Undefvals is used in a cube's rule file then if a zero value is entered into a cell or a value is zeroed out then TM1 will distinguish betw...
by lotsaram
Sat Mar 14, 2009 4:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 9.4 MR1 Crash when chores queue up
Replies: 5
Views: 4182

Re: TM1 9.4 MR1 Crash when chores queue up

... disappointing as I thought they sorted this issue out in 9.1.4 This might be a kludgy workaround but no reason why it wouldn't work. Have a control cube that lists by time blocks and days of the week when your intra day chore should run, check on the prolog of the first process whether the intra...
by lotsaram
Fri Mar 13, 2009 11:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel / Websheet cell dependencies
Replies: 5
Views: 5849

Re: Excel / Websheet cell dependencies

But once the decision aboout the software is made, we have to get the best of it. ... and to get the best out of TM1 the approach may be very different from other systems! It might pay to get some good training and advice on TM1 cube and report design. One of the problems with this tool is that it ...
by lotsaram
Fri Mar 13, 2009 11:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX return attibute
Replies: 5
Views: 5513

Re: MDX return attibute

If the description attribute is an alias then you can use SubsetAliasSet( DimName, SubName, AliasName ) in TI to set an alias to use in the subset definition.