tm1 rules problem
Posted: Thu Nov 07, 2024 5:27 am
skipcheck;
'base annual pay' and 'worker type' are element of measure dimension. 'worker type' is string element having 'a' value at one intersection. while saving rule i am getting syntax error. could anyone find the error.
['base annual pay']=N:if(['worker type']@='a',0,1);
'base annual pay' and 'worker type' are element of measure dimension. 'worker type' is string element having 'a' value at one intersection. while saving rule i am getting syntax error. could anyone find the error.
['base annual pay']=N:if(['worker type']@='a',0,1);