TheRumpledOne 6,411 posts msg #37580 - Ignore TheRumpledOne |
8/21/2005 4:44:27 PM
Because the SF DAYS returns a "-1" when the event didn't occur, the crossover calculation can be off.
The lines:
set{E5b1, count(E5b above -1 , 1)}
set{E5b2, E5b * E5b1}
set{E5a1, count(E5a above -1 , 1)}
set{E5a2, E5a * E5a1}
fix this problem.
So if you have been using any of the crossover counts, you need to add the fix.
Of course, make sure all the variable names match accordingly.
MAY ALL YOUR FILLS BE COMPLETE.
P.S. SF, once again, this demonstrates the need for a MACRO library and/or subroutine/function calls.
|