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
Calculation not correct, need correct feeder
-
- 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
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?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
- 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
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
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Re: Calculation not correct, need correct feeder
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.
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.