ATTRS in TI
Posted: Mon Sep 29, 2008 11:57 am
Hi Guys/Ladies,
I am trying to use ATTRS in a TI Process but it keeps telling me I can't use dimension names in a process.
Can anyone help?
Here is TI code...
IF(ATTRS('GL Account',!Account,'Type') = 'Inc');
PY = P/Year * -1;
CY = C/Year * -1;
Budget = Budget * -1;
GL Account - Dimension
!Account - All Accounts
Type - Atrribute I want to call.
Thanx!
I am trying to use ATTRS in a TI Process but it keeps telling me I can't use dimension names in a process.
Can anyone help?
Here is TI code...
IF(ATTRS('GL Account',!Account,'Type') = 'Inc');
PY = P/Year * -1;
CY = C/Year * -1;
Budget = Budget * -1;
GL Account - Dimension
!Account - All Accounts
Type - Atrribute I want to call.
Thanx!