Calculation not correct, need correct feeder

Post Reply
tutak
Posts: 15
Joined: Mon Dec 21, 2009 4:50 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Calculation not correct, need correct feeder

Post by tutak »

Hi,

I have a calculated item in my rule as
['USD Cons','ActBudRate - FY11','9999 Transfer Entity']=N:
(DB('lkp_TUI Budgeting 9999','GBP Cons','ActBudRate - FY11',!Period,!Company,!HT)-DB('lkp_TUI Budgeting 9999','GBP Cons','ActActRate - FY11',!Period,!Company,!HT))*DB('Currency Conversion','ActBudRate - FY11','USD','GBP Local',!Period);

This calculation is working on the N level but I am not getting the aggregate results correctly. As a side note, the 'GBP Cons' reference cells in the other cube are also calculated items through rules in that cube.

I tried different feeders, but none worked so far. What feeder should I have based on above calculation to make the aggregates work in the cube?

Thanks
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Calculation not correct, need correct feeder

Post by tomok »

tutak wrote:Hi,

I have a calculated item in my rule as
['USD Cons','ActBudRate - FY11','9999 Transfer Entity']=N:
(DB('lkp_TUI Budgeting 9999','GBP Cons','ActBudRate - FY11',!Period,!Company,!HT)-DB('lkp_TUI Budgeting 9999','GBP Cons','ActActRate - FY11',!Period,!Company,!HT))*DB('Currency Conversion','ActBudRate - FY11','USD','GBP Local',!Period);

This calculation is working on the N level but I am not getting the aggregate results correctly. As a side note, the 'GBP Cons' reference cells in the other cube are also calculated items through rules in that cube.

I tried different feeders, but none worked so far. What feeder should I have based on above calculation to make the aggregates work in the cube?

Thanks
The first step is to determine where the feeder statement should go. Were you aware that in an intercube reference rule (DB) that the feeder statement actually goes in the rules of the cube where the data is coming from?
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
User avatar
jim wood
Site Admin
Posts: 3961
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Calculation not correct, need correct feeder

Post by jim wood »

Very true, in this case it looks like you may need to over feed a little using both ActBudRate and ActActRate from the lkp_TUI Budgeting 9999 cube.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
tutak
Posts: 15
Joined: Mon Dec 21, 2009 4:50 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Re: Calculation not correct, need correct feeder

Post by tutak »

tomok and jim wood

Thanks guys. I wasn't aware that I need to put the feeder in the lookup cube. With your guidelines, I was able to make it work.

I really appreciate it. This exercise helped me in understanding what the feeders really are.

Thank you.
Post Reply