Search found 21 matches

by Rams
Wed May 14, 2014 4:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rollup design issue in building hierarchy
Replies: 6
Views: 4781

Re: Rollup design issue in building hierarchy

Thanks Wim!, you are absolutely right loading the consol data in flat and bring it back in hier. Also I had a quick brainstrom session with business to understand the design that, there will not be any unallocated left in parent level, means whatever parent got everything will be distributed to thei...
by Rams
Tue May 13, 2014 2:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rollup design issue in building hierarchy
Replies: 6
Views: 4781

Rollup design issue in building hierarchy

Hi Everyone, I got a scenario where the budget values in the data file having some numbers against the parent as well, like below Data File.PNG If I skip the consolidation load, then cube default rollup is different then what it usually has, Cube Rollup.PNG so I have decided to roll up everything to...
by Rams
Thu Sep 05, 2013 11:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: YTD in Discrete Time Dimension
Replies: 8
Views: 7614

Re: YTD in Discrete Time Dimension

Get it? Thanks lotsaram! now I get it, I'm pretty much close to the workaround to solve this issue. However I don't see why you need a new cube with a discrete time dimension. Is the account dimension the same? Is the basis of data storage the same or different (movement vs. balances)? Perhaps you ...
by Rams
Wed Sep 04, 2013 1:09 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: YTD in Discrete Time Dimension
Replies: 8
Views: 7614

Re: YTD in Discrete Time Dimension

Hi David, Just curious about your suggestion on adding another time dim using rule/feeders to link, I haven't done this before. So just trying to understand here, Say for eg., existing system has a GL cube with below dims, Existing GL Year Month Cost Centre Account Scenario GL Measures New Design Ti...
by Rams
Wed Sep 04, 2013 12:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: YTD in Discrete Time Dimension
Replies: 8
Views: 7614

Re: YTD in Discrete Time Dimension

Hi rmackenzie, Just realised, one of my scenario will not fit in for creating "opening balance" in all months YTDs, say for example in below scenario. I have to get cost to date(CTD) spent on 2012-08 YTD for calculating some interest, CTD.PNG So If I use Opening balance it gives me the bel...
by Rams
Tue Sep 03, 2013 4:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: YTD in Discrete Time Dimension
Replies: 8
Views: 7614

Re: YTD in Discrete Time Dimension

You are legend!! I have created similar thing but haven't think to add this in '09 YTD' i.e all months YTD by default. Thanks a lot. Reason for not going to continuous time dimension, 1. The existing system already has discrete time dimensions as YEAR and MONTH, all cubes (including GL) has been loa...
by Rams
Tue Sep 03, 2013 12:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: YTD in Discrete Time Dimension
Replies: 8
Views: 7614

YTD in Discrete Time Dimension

Hi, I have a scenario where YTDs is not fitting in the existing time dimension(Discrete), say in my existing system has YEAR and MONTH dimension separately like below, Time Dim.PNG Now we got something to enhance by creating new cubes for cash flow, so only way is to stick with existing dimensions, ...
by Rams
Wed Aug 21, 2013 11:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ROUNDUP Function in TM1 Rules
Replies: 9
Views: 12847

Re: ROUNDUP Function in TM1 Rules

['roundup'] = - INT( - ['value'] );
:o That's Beauty!! Thanks Duncan P!! Working Good ;)
by Rams
Wed Aug 21, 2013 6:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ROUNDUP Function in TM1 Rules
Replies: 9
Views: 12847

Re: ROUNDUP Function in TM1 Rules

['x'] = round(['y'] - ['z'] + 0.49999);
oh...that's Kewl one Martin!!! Let me give a try!
TM1 uses the Round down method of floor(x + .5)
You are right EvgenyT, Floor & Ceiling functions are Excel ones.

Thanks a lot EvgenyT & Martin!!
by Rams
Wed Aug 21, 2013 4:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ROUNDUP Function in TM1 Rules
Replies: 9
Views: 12847

Re: ROUNDUP Function in TM1 Rules

Thanks for your reply EvgenyT. 1. You are right I can easily get the months from both dates and subtract, but in worst case if the current month in Dec and my Completion month in March in that case i get x = 12 - 3 = 9, but I need 3. So I opt to go with DAYNO. 2. Bang! we both are in same page now. ...
by Rams
Tue Aug 20, 2013 11:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ROUNDUP Function in TM1 Rules
Replies: 9
Views: 12847

ROUNDUP Function in TM1 Rules

Hi, In TM1 Rules, I'm subtracting two dates to get the remaining months to forecast, first converting the date into DAYNO then converting into months. In this case say for eg in excel. Today 21/08/2013 >> 41507 & Completion Date 1/10/2013 >> 41548 x = (41548 - 41507) = 41 days = 12*(41/365) = 1....
by Rams
Tue Apr 02, 2013 12:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 server load failed - Persistent Feeder error
Replies: 4
Views: 5335

Re: TM1 server load failed - Persistent Feeder error

why don't you just run the server without the persistent feeders switched on in the first place?! Thanks lotsaram!! I changed the config file to switch off the persistent feeders. I hope this would resolve for next Monday. Instead of changing the config file, thought of deleting the feeders first a...
by Rams
Thu Mar 28, 2013 4:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 server load failed - Persistent Feeder error
Replies: 4
Views: 5335

Re: TM1 server load failed - Persistent Feeder error

First of all thanks for your reply!!! It sounds like you really need to test if that is happening - is it in the chore where a process is throwing a circular reference error? It may be that you need to run a one-liner process with the DeleteAllPersistentFeeders command on its own rather than in anot...
by Rams
Mon Mar 25, 2013 12:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 server load failed - Persistent Feeder error
Replies: 4
Views: 5335

TM1 server load failed - Persistent Feeder error

Hi Experts, I have an issue in loading the TM1 server after the scheduled chore to restart TM1 server at 3AM, because of the below error server load failed. 3832 [] INFO 2013-03-17 16:10:24.770 TM1.Cube Loading body for cube }ElementAttributes_Group_Scorecard 3832 [] ERROR 2013-03-17 16:10:24.770 TM...
by Rams
Thu Mar 21, 2013 6:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: To see chore scheduled timing
Replies: 7
Views: 6662

Re: To see chore scheduled timing

Kudos!!!, it works and very handy one for quick analysis.... Thanks Gareth!!!
by Rams
Tue Mar 19, 2013 3:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: To see chore scheduled timing
Replies: 7
Views: 6662

Re: To see chore scheduled timing

Hi Gareth - Thanks for the spreadsheet!!! I'm getting an error while the macro trying to open the RUX files. I've connected as client machine, so path should be something like below, I guess its not the problem with path. \\servername\d$\sharefolder\tm1servername\Data "Set TextStream = FSO.Open...
by Rams
Fri Mar 15, 2013 4:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Function to retrieve a weight of an element
Replies: 2
Views: 2760

Re: Function to retrieve a weight of an element

Oops.....I've totally forget this function and over looked the problem... thanks a lot...I should have think twice before I post :(
by Rams
Fri Mar 15, 2013 4:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Function to retrieve a weight of an element
Replies: 2
Views: 2760

Function to retrieve a weight of an element

Hi Experts, Quick Question, is there a function or syntax to retrieve a weight of a consolidated element, little google gives me a "TM1DimensionElementComponentWeightGet" VB function and I'm not quite sure how to use this. In other word, can we retrieve the details in property pane of a co...
by Rams
Thu Mar 14, 2013 5:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: To see chore scheduled timing
Replies: 7
Views: 6662

Re: To see chore scheduled timing

to add up, I was wondering how could we know whether its active or inactive by just looking into .cho file, Finally found
533, 1- Active & 0 - Inactive chore.

Thanks "failurehappening"
by Rams
Thu Mar 14, 2013 4:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: To see chore scheduled timing
Replies: 7
Views: 6662

Re: To see chore scheduled timing

That's Kewl stuff to note....thanks & its very helpful by the way what if the people who are using the client tool alone (perspective)...just curious to know ;)

I hope the best practice is to give the "CHORE_NAME (Weekly/Daily <day> <time> <am/pm>)"