Create new rule for m_dor_output

Post Reply
vivianzh
Posts: 5
Joined: Tue May 05, 2015 10:01 pm
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 2010

Create new rule for m_dor_output

Post by vivianzh »

Hi,

I'm new to TM1. But, I need some help to create a new rule to add m_dor_output. I recently has cube: Load_GL_Month that pulling month and year. I would like to add dimentsion; m_dor_output to include MTD, QTD and YTD.

This is for a general ledger cube which contains the following dimensions: h_company, h_departments, h_accounts, h_submission list and t_12_months. It's getting the data from other cube; GLTrueUp2. As GLTrueUp2 has dimensions: h_company, h_departments, h_accounts, m_gl_true_up.




FEEDERS;

['CY ACTUAL' ] => DB('GLTrueUp2', !h_company, !h_departments, !h_accounts, 'GL Amount');
['PY ACTUAL' ] => DB('GLTrueUp2', !h_company, !h_departments, !h_accounts, 'GL Amount');


How can I modify current rule to add new dimensions m_dor_output to include MTD, QTD and YTD?
Last edited by vivianzh on Wed May 06, 2015 8:26 pm, edited 1 time in total.
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by RJ! »

I can't help but notice you have no Period Dimension in your GLTrueUp2 Cube?

Not sure how your going to be able to do your Period calculations without a period dimension unless your doing something in TI or GLTrueUp2 is not the actual Cube for which the Rule applies.
vivianzh
Posts: 5
Joined: Tue May 05, 2015 10:01 pm
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by vivianzh »

RJ,

We have TI process schedule to run every hour to update the accounts.
User avatar
qml
MVP
Posts: 1098
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: Create new rule for m_dor_output

Post by qml »

Hi vivianzh, welcome to the forum.

You need to provide much more detail about your model and what you are trying to do. No one will be able (or will want to) to provide help with just the information you gave.

Please take a look here for guidelines on how to write a good post that will attract helpers carrying buckets of help.
Kamil Arendt
vivianzh
Posts: 5
Joined: Tue May 05, 2015 10:01 pm
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by vivianzh »

qml,

I added new information in my post. Thank you.
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Create new rule for m_dor_output

Post by tomok »

You can't add dimensions to a cube. You will have to re-create the cube, including m_dor_output as one of the dimensions.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
vivianzh
Posts: 5
Joined: Tue May 05, 2015 10:01 pm
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by vivianzh »

tomok,

can you give me some guide on how to create a new cube to include dimentions: h_company, h_departments, h_accounts, h_submission list, t_12_months and m_dor_ouput?
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by RJ! »

Hi Vivian,

How to create a cube is quite a basic function, I'd suggest you go through some more of the IBM materials on TM1 to get a bit more familiar with it.
You can also use the Search in the top Right of this forum or Google search "TM1 create cube" - there are plenty or articles & even Youtube clips.

From there you can update your question on the forum with what you are trying to acheive, what you have tried etc.
vivianzh
Posts: 5
Joined: Tue May 05, 2015 10:01 pm
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by vivianzh »

Hi,

Instead of adding new dimension, I was thinking maybe I can add the QTD and YTD into the t_12_months for additional subsets. Do you think that will work?
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: Create new rule for m_dor_output

Post by RJ! »

Yes, should work
Post Reply