• You don't need several CASE, one is enough.

    Case when Status = 'Yes' then 'WithinStatus'

    when Hours< Benchmark Then 'OutsideStatus'

    Else 'WithinStatus'

    End as StatusType.

    If a condition evaluates to true, it won't evaluate the following possibilities.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2