Lange Posted January 22, 2002 Posted January 22, 2002 Hi I'm trying to define a field with a calculation like this: If ("value of my field is between 600 and 1000 - do this - else do this") I think it can be done with the If(test:result one:result two) but how do I test if my field value in a range? It is probably quite obvious.
Steven H. Blackwell Posted January 22, 2002 Posted January 22, 2002 Try: (my_field > 600 and my_field <800)
Recommended Posts
This topic is 8447 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