COGNOiSe.com - The IBM Cognos Community

Planning & Consolidation => TM1 => Topic started by: tm1learn on 17 Jul 2014 05:10:53 AM

Title: calculate the interest rate
Post by: tm1learn on 17 Jul 2014 05:10:53 AM
Dear all,

how to calculate the interest rate? in excel we use =rate(nper,pmt,pv) but when try this code in tm1, it cant

i have 1 cube and in the cube has 2 dimensions,
the 1 dimensions has
-pmt (input manualy and the value is 500)
-pv, (input manually and the value is  82,510.93)
-periods (input manually the value is 20)
-rate (want to use tm1 formula for interest rate)

when i try this in excel, i got the rate 0,33% and for 1 year it 4%,

can anyone help me to solve this? see the attachment that i've uploaded.

Thanks before
Title: Re: calculate the interest rate
Post by: uchow10 on 29 Aug 2014 04:49:42 PM
I believe you can use TM1 functions in excel but not other way around. Therefore you can't use a intricate function like RATE in TM1 and expect it to work. Instead for TM1, calculations are driven by rules which are cube specific. And these rules would rely on YOU to define what the calculation is

So if you know the basic premise of the calculation i.e. +,-,%,* then you can make TM1 do the calculation for you.