Hello,
Can someone tell me if I'm writing these formulas correctly in my workflow? Any help is appreciated. Thank you.
NOL = IF [taxlosscf]>0 then 1
else 0
endif
ANOL= ([taxlosscf]-[lagtaxlosscf])/[lagassets]
Haven= [TaxHaven]
Solved! Go to Solution.
IF [taxlosscf]>0 then 1
else 0
endif
I think they are valid but my end results are off. What about this one?
LnAT= LOG10([lagassets])
LOG10(x): Returns the base-10 logarithm of (x).
LOG10(1) returns 0.
LOG10(14) returns 1.146128.
So,
LOG10([lagassets])
should work as a double.
cheers,
mark
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
6 |