Search found 61 matches
- Thu Aug 22, 2013 6:39 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Spread % Change add
- Replies: 3
- Views: 3390
Re: Spread % Change add
EvgenyT: Yes, it should come out to -1020 but if you try it (% Change add 2%) you'll see that it comes out as -980. 2% of -1000 is -20. But it doesn't add it to the original (which would/shoud be -1000 + -20 = -1020), it adds the absolute value (so -1000 + abs(-20) = -980 ) DuncanP: Yes I was using ...
- Wed Aug 21, 2013 7:50 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Spread % Change add
- Replies: 3
- Views: 3390
Spread % Change add
I think this is a bug. But after searching around a bit, I don't see anybody else complaining about it, so maybe it is by design. But why anybody would want it that way ... My user wanted to increase a future budget by 2% over a range of accounts, cost centres and periods. I had them do a spread, us...
- Thu Jan 03, 2013 7:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Copy one cell via vb
- Replies: 2
- Views: 2672
Re: Copy one cell via vb
Well how cool is that! I've never used the DBSS function before. I must have seen it since I've read the reference guide cover to cover umpteen times, but I never realized that that is what it was used for. So I've tried it, it works. Per my example in column E I put: =DBSS( D7, $B$1,$A7 , "Pro...
- Thu Jan 03, 2013 3:54 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Copy one cell via vb
- Replies: 2
- Views: 2672
Copy one cell via vb
Sorry, I haven't done a search of the forum. I wouldn't even know how to compose a search argument. I made a quick slice report that has two adjacent columns. Column C = DBRW($B$1,$A7,"Process Description") Column D = DBRA("ExpenseProd:}Processes",A7,"Description") (Bas...
- Thu Aug 09, 2012 3:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Ignoring implicit value
- Replies: 0
- Views: 2108
Ignoring implicit value
3952 [3c6] WARN 2012-08-09 11:26:39.455 TM1.Cube Ignoring implicit value found in cube or cube delta: "People" I have this warning in my Message log file. The message repeats thousands of times. I tried searching for the message but can't find anything. Any idea what this is about or what ...
- Fri Aug 03, 2012 7:24 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Word wrap - force new line
- Replies: 0
- Views: 2882
Word wrap - force new line
I have in an application form a large cell. ie. I have merged 7 columns and 4 lines into a single cell. That single cell has a DBRW in it that points to a string cell in a cube. Voila! It works. (I understand there was a word wrap bug, which I had seen before, that has now been fixed in 9.5.2 FP1). ...
- Tue Jul 31, 2012 8:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Insert blank lines as separators?
- Replies: 14
- Views: 13418
Re: Insert blank lines as separators?
lotsaram ... that's brilliant.
So the row height follows the largest font in the line.
I don't even need the attribute lookup in most cases (but that's a good idea too).
Just a conditional format on a hidden column that sets the font size based on level.
I'm going to start using that.
So the row height follows the largest font in the line.
I don't even need the attribute lookup in most cases (but that's a good idea too).
Just a conditional format on a hidden column that sets the font size based on level.
I'm going to start using that.
- Mon Jul 30, 2012 5:34 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Insert blank lines as separators?
- Replies: 14
- Views: 13418
Re: Insert blank lines as separators?
I have often wanted this. (Well, actually, my management wants this. Formatting to senior management seems to be as important as the numbers themselves, but, I digress.) Reports just look better if there is a spacer line between one section and the next. As was pointed out, this is easy enough to do...
- Wed Jun 06, 2012 8:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ActiveForm font sizes
- Replies: 1
- Views: 2140
ActiveForm font sizes
I'm being driven to distraction by the difference between the Browser and Excel. In Perspectives Excel, I make an Active Form. It is a thing of beauty. I have the column widths set such that there is plenty of room for the numbers. It looks great in Excel. But when I view it in the browser, large nu...
- Wed Jun 06, 2012 8:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX TM1FILTERBYPATTERN - from a subset
- Replies: 5
- Views: 7158
Re: MDX TM1FILTERBYPATTERN - from a subset
Doh! OK, I've read over the suggestions. Thanks for them. The easy answer to my problem above was to replicate the [DynamicTop] subset in the Organization dimension. [ForecastOrg].[DynamicTop] is {FILTER( {TM1SUBSETALL([ForecastOrg])} , [Forecast].CurrentMember.Name = [}ElementAttributes_}Clients].(...
- Mon May 28, 2012 2:31 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX TM1FILTERBYPATTERN - from a subset
- Replies: 5
- Views: 7158
Re: MDX TM1FILTERBYPATTERN - from a subset
{[ForecastOrg].[DynamicTop]} gives me a subset from the ForecastOrg Dimension I actually want a subset from the Organization dimension. From what I can tell, mdx relates the subset to the dimension first mentioned. ForecastOrg is shallow Total -EC4IND -EC4GB Organization is deep Total -EC4IND --7 mo...
- Fri May 25, 2012 8:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX TM1FILTERBYPATTERN - from a subset
- Replies: 5
- Views: 7158
MDX TM1FILTERBYPATTERN - from a subset
I want a dynamic subset that is based on a value stored in another dimension-subset. I'm starting with this, which works fine: {TM1FILTERBYPATTERN( {TM1SUBSETALL( [Organization] )}, "EC4GB" )} But what I actually want to test on is in another dimension subset: [ForecastOrg].[DynamicTop] ( ...
- Thu Apr 19, 2012 2:16 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Rules fonts
- Replies: 3
- Views: 2776
Rules fonts
I'm trying to create some documentation of my rules. To do this, I'm copying and pasting them into Excel. (Why? I'm writing some nice english comments for each rule and want to be able to filter by Rules, Comments and Feeders). To make my comments stand out, I have coloured various pieces. But when ...
- Mon Mar 12, 2012 9:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Issues with EnableBulkLoadMode (9.4.1 FP3)
- Replies: 10
- Views: 8314
Re: Issues with EnableBulkLoadMode (9.4.1 FP3)
Well, I wish I had read this thread before I tried using it. EnableBulkLoad is equivalent to having a remote car starter that allows you to start the car while outside the vehicle. It then locks all the doors, and the remote has no stop or unlock button. I just started a process after adding EnableB...
- Mon Mar 12, 2012 4:00 pm
- Forum: Useful code, tips and tricks
- Topic: Alternatives to ProcessBreak & Avoiding Error Logs
- Replies: 3
- Views: 8421
Alternatives to ProcessBreak & Avoiding Error Logs
I have a Chore set up to run every 5 minutes. The process does something if it finds a trigger. In the Prolog, I determine if there are any triggers NumberofProcesses = SubsetGetSize( '}Processes' , 'ToRun' ); If there are none, it calls a ProcessBreak IF( NumberofProcesses = 0 ); ProcessBreak; ENDI...
- Mon Mar 12, 2012 4:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ProcessBreak
- Replies: 6
- Views: 4999
ProcessBreak
I have a Chore set up to run every 5 minutes. The process does something if it finds a trigger. In the Prolog, I determine if there are any triggers NumberofProcesses = SubsetGetSize( '}Processes' , 'ToRun' ); If there are none, it calls a ProcessBreak IF( NumberofProcesses = 0 ); ProcessBreak; ENDI...
- Mon Feb 06, 2012 9:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Setting Eltype
- Replies: 4
- Views: 4008
Setting Eltype
I have a process that deletes all of the children of a consolidation. The consolidation point is still called a consolidation. I can use an attributes dialog box to change it from Consolidated to Number but I can't see how to do it in TI. DTYPE tells me the type DimensionElementInsert lets me specif...
- Mon Jan 16, 2012 10:53 pm
- Forum: Enhancements
- Topic: Ability to Filter or MDX the Subset and View lists
- Replies: 0
- Views: 4854
Ability to Filter or MDX the Subset and View lists
I would find it extremely useful to be able to write a filter on these lists: - The Perspectives viewer tree that shows: Cube ---Dimension ----- Subset1 ----- Subset2 ---Views ----- View1 ----- View2 -And/or the Subset dropdown on the Subset editor -and the View drop down on the cube viewer Filters ...
- Fri Jan 06, 2012 9:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: No Graphs in Perspectives
- Replies: 2
- Views: 2295
Re: No Graphs in Perspectives
Yes, basically I'm just moaning. Having the graph in Perspectives isn't necessary. But given that it does exist on the browser, it is a shame that the publishing process wipes it out. Any idea where the parameter lives for the web that says: table, graph or both? If said parameter could be diddled b...
- Fri Jan 06, 2012 7:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: No Graphs in Perspectives
- Replies: 2
- Views: 2295
No Graphs in Perspectives
I only just noticed this. Da. In the browser, a view can be viewed as a table, a graph or both. There seems to be no graphing of views in Perspectives. I know, I could build a graph in an Excel active form, but this is more work than the quick and easy option on the browser. The reason this came up,...