December 9, 20187 yr I have a table with a field that's called Premium and another field that summarizes the premium field. In the premium field we have premium amounts and negative premium amounts. Is there a way to create a calculation field that only counts the positives?
December 9, 20187 yr You could create a calc field, premiumIsPositive=premium>O. Then count that field. Or, do an ESQ call. Or, do a Find.
Create an account or sign in to comment