Get Value from month to month
Posted: Thu Oct 31, 2013 12:57 am
Hi everyone,
I have Cube get value the same image
How can do ?? I using rules
Thansk all
I have Cube get value the same image
How can do ?? I using rules
Thansk all
Discussing all things TM1, Planning Analytics, PAx and PAW
https://www.tm1forum.com/
EvgenyT wrote:The obvious thing: the rule inst working...
Also, I cant really tell what is your application meant to do, but it seems to me that current rule/cube design is not optimal/hard to use given there are 8 dimensions in the cube. I would rather have a satellite cube that drives the "slider".
ET
This is my rules. Result all zeroEvgenyT wrote:The obvious thing: the rule inst working...
Perhaps posting the syntax would help us to help you!
ET
Not necessary true. 8 dimensions is reasonable number to have. Performance issues would most likely come down to overfeeding, rules efficiency, sparsity, cube design.... to name a few.Thank you for reminding me, I realized the reason why my system slowed cube. I will try to split the logical.
My system is running very slow due to too many dimensions in a cube
Sorry, but I don't think this rule relates to what you were trying to achieve above.This is my rules. Result all zero
['DT08']=N:IF( DIMIX('Month',ATTRS('Month',!Month,'VN')) = DIMIX('Month',DB('SX_DienTichDauTu',!Year,!Version,!CongTy,!PhongBan,!Level_SanXuat,!SX_LoaiDauTu,!Month,'DT02')),1, 0 );
When i try
['DT08']=N:IF( DIMIX('Month',ATTRS('Month',!Month,'VN')) =9),
1, 0); It okie