kenneth2k1 Posted June 5, 2002 Posted June 5, 2002 Hello guys! I had a simple question that I'm sure someone can answer. I have one field that does this calculation: Count(Agnt_to_Prosp::ActnList) + Count(Agnt_to_Prosp::ApptResList). The calc works fine, however when no field values can be added (0 + 0), the field is blank. I have another calc field that looks like this: ((IsEmpty(Agnt_to_Prosp::ActnList)) and (not IsEmpty(Agnt_to_Prosp::Letters4)) and (not IsEmpty(Agnt_to_Prosp::Date_Ltr4)) and (Status(CurrentDate) >= Agnt_to_Prosp::Date_Ltr4 + 4)). This one works fine also, but when nothing qualifies it returns a "0." Is there a quick way to have the first calc return a 0 (if 0+0) using the Count( ) step? (Yes, I did go to Number Format). Thanks all Ken
Vaughan Posted June 6, 2002 Posted June 6, 2002 Uncheck the option (in the field definition) that says "do not calculate if all fields are empty" or similar.
Recommended Posts
This topic is 8277 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now