LookUp Cube

Post Reply
Kazêh
Posts: 44
Joined: Fri Apr 19, 2013 12:59 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2007

LookUp Cube

Post by Kazêh »

Hii guys, im new on tm1 and im trying to make a lookup cube to consolidate acounts with groups.

i have one cube "origen" with acounts , versions and months
another cube "destino" with groups, versions and months.
and the last one called "currency" with a currency name dimension with only one element(groupCurrency) and the acounts

http://s15.postimg.org/hndv2ej97/picture.png


I'm using this guide ftp://decisionsystems.com/itm1/tm1_adva ... _guide.pdf page 3-23 exange rates

i want to consolidate the acounts with the corresponding group , so in the guide there was something similar with the exange types.

so am trying this rule in my "destino" cube

[]=N:DB('2.origen',DB('2.currency',!1. cuentas,'currency'),!1. Meses);

but i cant pull it off, the error said there is a problem near " 1. cuentas" and i think it's becasue it cant find any 1. cuentas dimension there, cause there inst, but that's why i make the second DB , to get the currency group. im sorry if is hard to understand, but im not native english speaker. If you guys get the idea of what am trying to do , pls let me a hand on this, i posted like 2 mores topiic with the same question in a diferent way , and "tomok" gave me a good solution, but a need a simple table to change the acount's groups , clients request.

Thanks for any help
Wim Gielis
MVP
Posts: 3241
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: LookUp Cube

Post by Wim Gielis »

Hello

Your DB function returns an error, since the cube 2. destino (where the rule is located) does not contain dimension 1. Cuentas.
Hence, that 'information' cannot be used to do a lookup to cube where you have that dimension 1. Cuentas.
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Post Reply