Munchie Posted May 23, 2005 Posted May 23, 2005 I have a field that determines what the best time to call a client is. Because we have had clients longer than this database, I haven't filled in all of the "Best Time To Reach" fields. The calc field that reads the BTTR field uses an Evaluate to update whenever the BTTR changes. The issue I have fallen upon, is that if BTTR is empty, it will not give me any value. For now, I got around this by using an If(isempty; 1 ; Evaluate (rest of calc)) Is this an expected behavior? If my question isn't clear, I'll post the calc. It's large, and not very readable though. ;-) Thanks
Barbecue Posted May 23, 2005 Posted May 23, 2005 The first thing I would try is to edit the calculated field definition and uncheck the check box labeled "Do not evaluate if all referenced fields are empty."
Recommended Posts
This topic is 7193 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