Search found 1748 matches

by declanr
Fri Feb 08, 2013 10:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to send an alert to users through TM1?
Replies: 5
Views: 4252

Re: How to send an alert to users through TM1?

NB: Not sure whether that works in Web, though... (It doesn't in my test environment but that's all on one Windows 7 machine rather than running on a real server. The manual is silent on this subject.) I tested this out recently through a server running CX10.1 and although it allowed me to select u...
by declanr
Mon Feb 04, 2013 6:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Session timeout 30s after open a workbook !
Replies: 4
Views: 3527

Re: Session timeout 30s after open a workbook !

http://www.tm1forum.com/viewtopic.php?f=3&t=8501&p=38263#p38263 So you haven't explicitly said in either this post or the one above how you worked out that your websheet issues are stemming from the IRR and NPV calculations but I suppose it safe to assume that you did trial and error in the ...
by declanr
Thu Jan 31, 2013 10:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix Syntax
Replies: 8
Views: 3973

Re: Dimix Syntax

At the risk of repeating myself, let me repeat. The dimension you are writing the DIMIX statement against HAS TO EXIST IN THE CUBE STRUCTURE. Using a picklist does not mean it is part of the cube structure. When you click on the plus sign next to the cube and expand the dimension list, is Cargos on...
by declanr
Thu Jan 31, 2013 12:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Element order in a consolidation
Replies: 2
Views: 1609

Re: Element order in a consolidation

sPar = 'A';
sCh = 'A2';

iCount = 1;
iMax = ElCompN ( sDim, sPar );

While ( iCount <= iMax );
sEl = ElComp ( sDim, sPar, iCount );
If ( sEl @= sCh );
sOrder = iCount;
iCount = iMax;
EndIf;
iCount = iCount + 1;
End;
by declanr
Thu Jan 31, 2013 11:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to load source data into a cube with multiline dimension
Replies: 5
Views: 3343

Re: How to load source data into a cube with multiline dimen

Hi JDLove and Garry, Sorry for taking long to reply to you guys due to unfortunate accident. Thanks for pointing out the mistake. I have been doing some test and managed to load data into the cube by the multiline dimension elements. However, when my country is a dimension the data in first country...
by declanr
Wed Jan 30, 2013 8:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix with Control Dimension
Replies: 7
Views: 4441

Re: Dimix with Control Dimension

After reading the subsequent posts I got intrigued and tested this myself. Although I definitely remember experiencing the DIMIX and DIMNM failing on }processes dimension at some point a few years ago. I just tried to recreate in V10.1 and it works perfectly fine in both the TI formula and the Excel...
by declanr
Wed Jan 30, 2013 6:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimix with Control Dimension
Replies: 7
Views: 4441

Re: Dimix with Control Dimension

Jim, I have also come across this in the past and (although I didn't dig into it) I just assumed it to be standard for all } objects. It was the same for DIMNM and DIMIX. To get around it I just had a TI run every night that created a duplicate of the }dimension and named it zProcesses etc. Cheers, ...
by declanr
Wed Jan 23, 2013 11:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to write feeders for this rule?
Replies: 6
Views: 4101

Re: How to write feeders for this rule?

['Actual','Z'] = IF ( (['X'] - ['Y']) >= 0, 2, IF ( (['X'] - ['Y']) >= -0.05, 1, -1) ); I am using this one to feed it but looks like cube is still not fed correctly. The result in cube is right by the way. ['Actual','X']=> ['Z']; ['Actual','X']=> ['Z']; I presume the above is a typo and you actual...
by declanr
Mon Jan 21, 2013 10:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How can I run TM1 ver 2.5 on Windows 7???
Replies: 21
Views: 14751

Re: How can I run TM1 ver 2.5 on Windows 7???

Seriously? 2.5?

Is there absolutely no chance of you being able to upgrade your version of tm1? Keeping in mind we are into the 10's.
by declanr
Sun Dec 30, 2012 11:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "Automatic Recalculation currently on"
Replies: 1
Views: 2751

Re: "Automatic Recalculation currently on"

Change the "UseBookRecalcSetting" parameter in the web.config file to true and TM1Web will take the calculation that each websheet is saved with in excel as its standard when first opened.
by declanr
Thu Dec 13, 2012 11:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: String in consolidation level
Replies: 18
Views: 17103

Re: String in consolidation level

Hi, I have a cube that have 4 dimensions: Year, Month, Jobs, Jobsinfo. Jobsinfo has a start date (string). How do I make this string date appear at consolidated level? When I change the month to Q1, all the jobs are listed, but with a blank start date. Any ideas? In order to show a C-level string e...
by declanr
Mon Dec 10, 2012 3:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Express 10.1 speed
Replies: 12
Views: 7739

Re: Cognos Express 10.1 speed

Tim, I have also noticed this, it seems that when IBM released the newest version they have made some fundamental changes and not documented it... completely unlike IBM I know... Anyway I seemed to be able to bring it back into line by manually making sure that the VMM / VMT values in }CubePropertie...
by declanr
Thu Dec 06, 2012 8:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Active Forms - Data row suppressed after rebuild
Replies: 3
Views: 3277

Re: Active Forms - Data row suppressed after rebuild

Hi Nessie, Probably the easiest way would be to change the formula to reference a Dynamic Subset CURRENT EXAMPLE: STATIC SUBSET =TM1RPTROW($B$9,"Production:PJ_Dim","",'{AR}01'!$B$16:$B$23,"PJ_Dim & Description",0) Note: PJ_Dim is the name of the dimension. REVISED ...
by declanr
Mon Nov 26, 2012 8:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Process error logs not getting updated
Replies: 8
Views: 6015

Re: Process error logs not getting updated

Have you actually gone to the error log by navigating to the folder which contains them or have you double clicked on the error pop up screen that appears after the TI? If it is the latter and you haven't properly closed the window before running the TI again, it can appear as if its opening the new...
by declanr
Fri Oct 26, 2012 10:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Display Error Message in TI validation
Replies: 8
Views: 11094

Re: Display Error Message in TI validation

Hi all, Does anyone know a way of displaying an on-screen error message when validating parameters in TI? I have a process which takes Year/Month/Ledger parameters into a data load, and I am using ITEMREJECT to validate the user input. This writes a message to the logfile but i'd like to be able to...
by declanr
Wed Oct 24, 2012 6:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Issue Creating Unbalanced Hierarchy
Replies: 2
Views: 2889

Re: Issue Creating Unbalanced Hierarchy

Either change it so its unique (e.g. v4 | ' - ' | v5 ) or looking at that file possibly just insert v5 straight under v3 and stick v4 in as an attribute. Without knowing your account structure I can't really say what is the correct thing to do but your TI is doing exactly what you are telling it to....
by declanr
Thu Oct 04, 2012 11:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security groups use in rules?
Replies: 4
Views: 2917

Re: Security groups use in rules?

I think you'd be better off applying a rule (or using a TI possibly scheduled by a chore) to update an }elementsecurity cube. Just keep in mind that if you go down the route of using rules you will need to look into using securityrefresh in a TI or something. Updating the }elementsecurity cube does...
by declanr
Thu Oct 04, 2012 10:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security groups use in rules?
Replies: 4
Views: 2917

Re: Security groups use in rules?

I think you'd be better off applying a rule (or using a TI possibly scheduled by a chore) to update an }elementsecurity cube.

Just keep in mind that if you go down the route of using rules you will need to look into using securityrefresh in a TI or something.
by declanr
Tue Oct 02, 2012 10:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Conditional Lock Cell in TM1Web / Worksheet
Replies: 6
Views: 4818

Re: Conditional Lock Cell in TM1Web / Worksheet

Assuming you have your year as a dimension you can just apply TM1 security against the element dimensions.
by declanr
Wed Sep 26, 2012 5:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to delete elements
Replies: 6
Views: 6058

Re: Unable to delete elements

Hello, I have a question regarding the use of ItemSkip. I am using Itemskip in metadata tab. The Criteria is such that in the metadata tab, this is the code If (DIMIX('Customer', vCustomer)=0); ItemSkip; EndIf; In the data tab, I am using a cellputN function. But I am getting an error which says, t...