Joseph31 Posted January 11, 2005 Posted January 11, 2005 Hello all, I think I have a staight forward question: I have a Count Function that does what is says it counts a field(s)... This works great, but when there is nothing in the field(s) or a blank Field(s) that I am counting I need it to say "0" Equation: Count ( File_Login_SubSheet_Brokers::Underwriter ) Help, Joseph
Razumovsky Posted January 11, 2005 Posted January 11, 2005 how about; Count ( not isempty(File_Login_SubSheet_Brokers::Underwriter)) hth
Joseph31 Posted January 11, 2005 Author Posted January 11, 2005 That does not even seem to work... am I missing something? Joseph
Razumovsky Posted January 11, 2005 Posted January 11, 2005 Sorry, i am working from a machine that does not have FM installed so could not check. You may have to create a second field calc field (num) in the original file that is case(is empty(Underwriter), 0,1) then use sum(File_Login_SubSheet_Brokers::YourNewCalcField) If you are still having problems, I can test it out tommorrow when I am back at my desk. -Raz
-Queue- Posted January 11, 2005 Posted January 11, 2005 That shouldn't be necessary, just deselect the 'Do not evaluate if all referenced fields are empty' option in the calculation's definition.
Joseph31 Posted January 12, 2005 Author Posted January 12, 2005 I am sooo Happy, Thanks guys this equation is now done... the "Do not evaluate" worked great... Thank you Queue Thank you for the help Razumovsky.... Joseph
Recommended Posts
This topic is 7324 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