Create new rule for m_dor_output
Posted: Tue May 05, 2015 10:20 pm
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?
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?