String Rule
Posted: Wed Oct 07, 2009 12:01 pm
Does anybody see why this string rule will not work? TM1 say that there is a logic error before ['USP','Post Period']:
['IRA-USP','Post Period']=S:if(['USP','Post Period']@='',['IRA','Post Period'],['USP','Post Period']);
Post Period in this example is a String element. I have also created a rule where there is no if statement and IRA-USP is just equal to USP with no luck either. Is there something that I am missing in my rule.
['IRA-USP','Post Period']=S:if(['USP','Post Period']@='',['IRA','Post Period'],['USP','Post Period']);
Post Period in this example is a String element. I have also created a rule where there is no if statement and IRA-USP is just equal to USP with no luck either. Is there something that I am missing in my rule.