Search found 4 matches

by allangibbon
Sun Oct 23, 2011 11:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeding one cube from another | Feeding multiple cubes
Replies: 6
Views: 3611

Re: Feeding one cube from another | Feeding multiple cubes

Hi Tomok, Thanks for your reply. I have that feeder in my feeders (['Amount'] => ['Closing Rate USD'];) - see my original post. I have removed all feeders in my currency cube and see that the currency is pulling through anyway. The issue ended up being in another part of the model Thanks for your help
by allangibbon
Sun Oct 23, 2011 8:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeding one cube from another | Feeding multiple cubes
Replies: 6
Views: 3611

Re: Feeding one cube from another | Feeding multiple cubes

Thanks for the quick reply Data loaded into Dimension = Finance_m and Element = 'Amount' These are base amounts / Local currency amounts I then have a currency cube showing conversion from each base currency to USD (because different entities in different countries So: ZAR to USD EUR to USD etc. For...
by allangibbon
Sun Oct 23, 2011 6:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeding one cube from another | Feeding multiple cubes
Replies: 6
Views: 3611

Feeding one cube from another | Feeding multiple cubes

Hi, I am having an issue feeding from 1 cube to another: Finance Cube Finance cube Rule: ['Closing Rate USD'] = N: ['Amount'] * DB('Currency', !Year, !Month, ATTRS('Entity', !Entity, 'BaseCurrency'), ATTRS('Finance_m', !Finance_m, 'Currency'), 'Closing Rate'); Finance Cube feeders: ['Amount'] => ['C...