Search found 152 matches

by ScottW
Thu Nov 20, 2008 10:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create Dynamic Subset from values in another Cube
Replies: 1
Views: 2957

Re: Create Dynamic Subset from values in another Cube

You could write the whole dynamic subset in MDX to check the value of the "archive year" in a control cube but here is a very straightforward way to do what I think you are trying to achieve. 1/ In your year dimension create an attribute, let's call it "ArchiveYear" 2/ Hold the v...
by ScottW
Thu Nov 20, 2008 12:13 am
Forum: Commercial and Events
Topic: New TI Editor
Replies: 28
Views: 1173334

Re: New TI Editor

Not only do we allow you to choose your font size, but also the font!
Font_and_Size.JPG
Font_and_Size.JPG (31.8 KiB) Viewed 1071235 times
by ScottW
Thu Nov 20, 2008 12:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: how to archive consolidated value as is
Replies: 3
Views: 3033

Re: how to archive consolidated value as is

Eric, I'll put your question down to a temporary brain snap! The STET function essentially means that the rule does not apply. So ... ['Actual', 'GP Margin'] = C:STET; ... would be pointless as it would be the same as having no rule at all. Where there is no rule then of course standard consolidatio...
by ScottW
Tue Nov 18, 2008 10:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Send Email when TM1 service is down
Replies: 16
Views: 11624

Re: Send Email when TM1 service is down

To check for case b as defined by Lukas you could also write a simple app to check tm1top log output. Where you have a thread with a long processing time and other threads start backing up with a wait status then something is up and you get the app to send the tm1 admins an email or SMS. I can remem...
by ScottW
Tue Nov 18, 2008 7:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: how to archive consolidated value as is
Replies: 3
Views: 3033

Re: how to archive consolidated value as is

Whatever the rule is for your actual version for the percentage measure needs to be extended to the snapshot version(s). Eg. your rule probably looks something like this: ['Actual', 'GP Margin'] = ['Gross Profit'] \ ['Revenue']; Modify the area statement (left hand side of the equation) to include y...
by ScottW
Thu Nov 13, 2008 3:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI process
Replies: 5
Views: 6103

Re: TI process

You need to make sure that DatasourceNameForServer is pointing to the right place! If you go to edit the process you will see that there are 2 boxes for an ASCII data source: - The first text box, "Data Source Name" holds the string for the TI variable DatasourceNameForClient - The second ...
by ScottW
Tue Nov 11, 2008 10:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Is there a dimension size limitation?
Replies: 4
Views: 4793

Re: Is there a dimension size limitation?

Hi Rick, What exactly is the "GL Detail Lines" dimension? In the table structure of many GL systems the posting account for GL data might be something like ZZBBCCXXXX where ZZ is a company code, BB a location code, CC a cost centre code and XXXX the chart of accounts code. This is actually...
by ScottW
Tue Nov 11, 2008 10:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 64 bit TM1 on the Same Server as 32 bit Oracle 9i
Replies: 2
Views: 2656

Re: 64 bit TM1 on the Same Server as 32 bit Oracle 9i

You might want to define what you mean by "compatibility issues." If you mean "will x64 TM1 and x86 Oracle 9i run on the same Win x64 server?" then the answer is yes, no problem. TM1 does not rely on any database platform, it is its own fully self contained and proprietary in-mem...
by ScottW
Tue Nov 11, 2008 10:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connection options to SAP
Replies: 10
Views: 6780

Re: Connection options to SAP

The usual approach is to - ABAP a flat file out of SAP - ftp the file to a network location accessible to the tm1 server (usually a folder on the tm1 server) - import the flat file via TI This can be scheduled and fully automated. Although it is technically possible to connect directly to the tables...
by ScottW
Wed Nov 05, 2008 11:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimension Worksheet Function
Replies: 13
Views: 8581

Re: Dimension Worksheet Function

Hi Eric, In the old TM1 recommended practices look up "Documenting_Dimension_Usage_by_Cube" - both TI and rules approaches are explained. To improve on things a little I would recommend rather than using the control dims in the audit cube creating a replica of }Cubes and }Dimensions with a...
by ScottW
Thu Oct 30, 2008 10:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Named Hierachies
Replies: 4
Views: 3918

Re: Named Hierachies

Every now and again there seems to be a request for generating hierarchy trees with explicitly named/fully qualified element paths. If a TM1 dimension has multiple top level hierarchies or elements appear several times within the same hierarchy then this can be quite tricky to do. My take on this is...
by ScottW
Wed Oct 22, 2008 10:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security: Rules vs TI
Replies: 2
Views: 2576

Re: Security: Rules vs TI

Hmmm Were talking TM1 here .... The answer is "IT DEPENDS" Depends on what? The complexity of the model, its purpose and the technical ability of the administrator left to maintain it after the implementation and their level of comfort with TI vs rules. I would also say the field should be...
by ScottW
Wed Oct 22, 2008 10:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security Refresh Questions
Replies: 9
Views: 6662

Re: Security Refresh Questions

... rules to generate security are the wrong way to approach it. Its so much slower to refresh security i wrote a suite of TIs to do the same job. The TIs were far more complex to write than the rules, but the impact was substantial. We went from a 20 min+ refresh down to 2s I don't know if I'd agr...
by ScottW
Wed Oct 22, 2008 4:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Getting an average instead of Consolidation
Replies: 9
Views: 24185

Re: Getting an average instead of Consolidation

Overriding TM1's natural consolidation where averages are required is a classic problem. It is conveniently sidestepped in most training material and examples by giving the example already mentioned ['Sales'] = N: ['Volume'] * ['Cost']; ['Cost'] = C: ['Sales'] \ ['Volume']; However this conveniently...
by ScottW
Tue Oct 21, 2008 3:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security Refresh Questions
Replies: 9
Views: 6662

Re: Security Refresh Questions

Short answer is no. A security refresh is all or nothing. Maybe you could consider an "almost real time" solution where you have say for example 2 "batch processing" windows throughout the day and you append the security refresh at the end of these processes. If users add element...
by ScottW
Mon Oct 20, 2008 12:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Export as ASCII Data --> Buffer overrun
Replies: 4
Views: 3673

Re: Export as ASCII Data --> Buffer overrun

I hate the save button too for what its worth .... Suggest you try using ASCIIOutput in a TI process. Yikes! :o I wouldn't be wanting to have to write the CellGetN or CellGetS statements for a 250 dim cube. I agree with Steve, I think you would be unique in having encountered this problem. The struc...
by ScottW
Mon Oct 20, 2008 12:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1s.exe - load time
Replies: 6
Views: 6267

Re: tm1s.exe - load time

Yeon, If you look in the tm1server.log then you can see exactly what is taking the time. TM1 server loads in the order: - dimensions + element attribute cubes - data cubes + process feeders (per cube with feeders in the rule file) Loading data is extremely fast. The thing that takes the time is proc...
by ScottW
Thu Oct 16, 2008 10:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Applix Recommended Practices website backup?
Replies: 5
Views: 5150

Re: Applix Recommended Practices website backup?

Eric, thanks for finding the needle in the haystack!

Knowing the best practices site's days were numbered I archived a copy of the site as of about mid-June 2008. If anyone would like a copy of everything in html just send me a pm
by ScottW
Thu Oct 16, 2008 10:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can a Cube to Cube Drill through have multiple target views?
Replies: 2
Views: 3962

Re: Can a Cube to Cube Drill through have multiple target views?

Gruess Herman, Perhaps the reason noone has answered this question already is that it is a little confusingly written and difficult to know exactly what you are asking. From my understanding of the question I'll attempt an answer. The drill through rule defines only the name(s) of the drill through ...
by ScottW
Tue Oct 14, 2008 9:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules Editor:Fonts Lost
Replies: 3
Views: 3217

Re: Rules Editor:Fonts Lost

What version are you working on? From your description is sounds like 8.1 - 8.3 where custom formats for rule formatting were stored in .blb files. Rule formats being lost is quite a common occurrence/bug in these versions. I would suggest that you edit rules in the Excel rules editor (xru files) as...