Page 1 of 1

How to scope result area dynamically in rule?

Posted: Fri Jan 30, 2015 2:22 am
by chonlanotr
Hi All
I'm new for TM1. How to scope result area dynamically?

[RESULT AREA] = N: [SOURCE]

I try to create rule for balance carry forward. It should be perform only Balance Sheet GL Account. How can I do it in TM1?

Thanks in advanced

Re: How to scope result area dynamically in rule?

Posted: Fri Jan 30, 2015 2:50 am
by chonlanotr
Sorry I get solution. Thanks
[ 'F000 Opening Balance' ,'2014.01' ] = N: IF(ATTRS('ACCOUNT', !ACCOUNT, 'ACC_TYPE') @= 'BS' , ['F999 Closing Balance', ' 2013.12' ] , STET);