jhomer Posted May 3, 2005 Posted May 3, 2005 Im trying to preform a search on a calculation field whose definition is as follows: Indicator = GetAsNumber ( Feedback_Survey::UnusableRecordCount ) the result of this calculation yields a 1 or a 0. I want to perform a find to separate values of 1 and 0. My find criteria is simply >0 however this yields no results. Ive tried every other way to perform finds on this field however i continue to get the no matching records dialog box. any ideas?
BobWeaver Posted May 5, 2005 Posted May 5, 2005 Have you checked to see that you do actually get values of 1 when in browse mode? You might want to change the Indicator field from calculation type to auto-enter calculation type so that it can be indexed. Unindexed searches can be problematic.
jhomer Posted May 5, 2005 Author Posted May 5, 2005 Yes ive tried all your suggestions (and several other methods) and still had no luck. I eventually changed the calculation to an If statement and for some reason that did the trick ?!?!?!?! still have no idea why i was running into the problem but hey it works now so im happy. thanks to all for the input
Recommended Posts
This topic is 7404 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