Go in the SQL pane and amend your where clause like this:
WHERE
(([1=Low Load; 2=Mid Load; 3=High Load]=1 And [FieldName] Between 50 And 190.4)
OR
([1=Low Load; 2=Mid Load; 3=High Load]=2 And [FieldName] Between 190.4 And 330.8)
OR
([1=Low Load; 2=Mid Load; 3=High Load]=2 And [FieldName] Between 330.8 And 518))
Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.