Newbies bowman1281 Posted July 23, 2008 Newbies Posted July 23, 2008 Hi, I have a calculated field that is doing something a little odd: the calculated field is showing as zero for particular records when it should be showing a value of above 0, and does in fact give the correct result in other records where the values used in the calculation are the same! Here is the calculation: If ( IsEmpty ( fieldA ) or IsEmpty ( FieldB ) or IsEmpty ( FieldC ), "", 170 * (( FieldA * 0) ^ -0) * ( fieldD ^ -0) * Case ( fieldE = "X", 0, fieldF = "Y", 1 , 0 ) * (( FieldB * 2) ^ -0) * (( FieldC / 10) ^ 0) ) Equals zero for some records and the correct result for others, even when the same field values are used in the calculation. I have tried just reloading the data, which results in the correct calculated result appearing, but then the problem arises later with other records. Any ideas on this would be much appreciated. T
Recommended Posts
This topic is 6027 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