Greg G Posted April 10, 2008 Posted April 10, 2008 I'm trying to script a case statement that compares the value of a field to a set of numeric ranges to get a result. I am not having much luck with the syntax to define a range. I have tried the following so far: CMSinglePhCalc ≤ "404" and CMSinglePhCalc > "320.5" ; "24" and CMSinglePhCalc = "404...320.5" ; "24" Any ideas? Thanks, Greg
mr_vodka Posted April 10, 2008 Posted April 10, 2008 Case ( CMSinglePhCalc ≤ 404 and CMSinglePhCalc > 320.5 ; 24 )
Recommended Posts
This topic is 6131 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