Page 1 of 1

Same name in two dimesions

Posted: Mon Nov 17, 2014 3:16 am
by kiss351523
Hi all,

How to write the TM1 Rules, when same element name in two dimensions in one cube?

Re: Same name in two dimesions

Posted: Mon Nov 17, 2014 3:19 am
by rmackenzie
You simply clarify the dimension name using this syntax:

Code: Select all

['dim1':'element', 'dim2':'element'] = N: ... 

Re: Same name in two dimesions

Posted: Mon Nov 17, 2014 3:23 am
by Alan Kirk
rmackenzie wrote:You simply clarify the dimension name using this syntax:

Code: Select all

['dim1':'element', 'dim2':'element'] = N: ... 
Wow; you got to that one fast.

This if course is also a FAQ. (Rules section, last item of the "Rules In General" group.) Hence the Request For Assistance Guideline (#6) to always consult the FAQ before posting a question.