Same name in two dimesions

Post Reply
kiss351523
Posts: 51
Joined: Thu May 05, 2011 2:05 am
OLAP Product: TM1
Version: 9.5
Excel Version: 2007 and 2003
Location: Asia

Same name in two dimesions

Post by kiss351523 »

Hi all,

How to write the TM1 Rules, when same element name in two dimensions in one cube?
rmackenzie
MVP
Posts: 733
Joined: Wed May 14, 2008 11:06 pm

Re: Same name in two dimesions

Post by rmackenzie »

You simply clarify the dimension name using this syntax:

Code: Select all

['dim1':'element', 'dim2':'element'] = N: ... 
Robin Mackenzie
User avatar
Alan Kirk
Site Admin
Posts: 6606
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: Same name in two dimesions

Post 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.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
Post Reply