Page 1 of 1

Rules Tracer Error

Posted: Wed May 25, 2011 10:01 am
by dan.kelleher
Hi,

I'm experiencing an issue with a rule where I am getting a #NA in the rules tracer that leads me to believe I either have a circular reference or am dividingby zero.

When I trace the error I get the following error:

1-.#IND

Does anyone know what this means as I am using '\' for division and the calculation is not circular.

Thanks,

Dan

Re: Rules Tracer Error

Posted: Wed May 25, 2011 10:20 am
by kpk
Tip1:
You have to check your feeders from circular reference point of view.
The following scenario could cause this kind of issue:
C=A*B
C=>A
A=>C

Tip2:
You have chain type rule (over the time dimension) and you have not handled (eg STET) the first element of the chain.