Need to implement excel formula in TM1 Cube
Posted: Wed Jun 29, 2011 10:28 am
Hi All ,
I need to implement the following excel formula as a measure dim element in tm1 cube . The calculation references different excel tabs using Vlookups and match function to pull this information.
I was thinking to creating lookup cube for all the tables which are provided in the formula and then write rules to pull the needed info . But dont know how to deal with match function which returns the relative position of elements in the array .
Please tell me this is going to happen in tm1 or not .
Any suggestions are always welcome .
Regards,
Anoop
I need to implement the following excel formula as a measure dim element in tm1 cube . The calculation references different excel tabs using Vlookups and match function to pull this information.
Code: Select all
High = IF(F/ARM="A","",VLOOKUP(Origination Date,'Market Data'!$A:$IC,MATCH(VLOOKUP(High Term,Fixed Pricing Tables!$Q$7:$AB$15,IF(ISERROR(MATCH($H32,Fixed Pricing Tables!$R$5:$AB$5,0)),1,MATCH($H32,Fixed Pricing Tables!$R$5:$AB$5,0))+1),'Market Data'!$2:$2,0)+1,0))
Please tell me this is going to happen in tm1 or not .
Any suggestions are always welcome .
Regards,
Anoop