Is it possible to write a CASE statement using AND?
Here's an example of what I'm trying to do:
If Location = 0001E and Jobcode = 900922
Then return Director
If Location = 0001 and Jobcode = 900922
The return Allocator
Else NA
I don't know how to properly write the CASE statement.
I'm on...
My report lists employees by name, job, comprate, etc.
I want to group together all persons who earn between a certain rate of pay (comprate). For example, Group A would be between $7.00 and $9.00, Group B between $9.01 and $11.00, and so on (up to as many as 7 groups).
Can I do this with a...
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.