I'm not quite sure why i receive the a/m error.
Module:
Formula:
Error:
The formula for 'REP01 Long Term Loan Payable'.Effective Interest is invalid:
Effective Interest = IF
Is Month Included in Period?
THEN
IF
START(PERIOD('L1 List of Loans'.Date of Loan)) = START(ITEM(Time))
THEN
'L1 List of Loans'.Amount * (END(ITEM(Time)) - 'L1 List of Loans'.Date of Loan + 1) / 360 * 'L1 List of Loans'.Effective Interest
ELSE
IF
START(PERIOD('L1 List of Loans'.Maturity Date)) = START(ITEM(Time))
THEN
1
ELSE
PREVIOUS(ITEM('REP01 Long Term Loan Payable'.Balance ))
ELSE
0
'REP01 Long Term Loan Payable'.Balance is not recognized as a hierarchy in the model.
The ITEM function should take a hierarchy as argument |
---|
|
OK