Assuming this is query, your CASE statements will only populate the first item that matches a condition. In this example all checked conditions match either 'R' or 'A' and 'PROPS DECISIONED' also matches both of them. Depending on what you're trying to do with the query, a simple solution would be to move condition for 'PROPS DECISIONED' to be the last in the list. That way any of the more granular conditions would be picked first and 'PROPS DECISIONED' works as a "catch all/else" condition.
- Log in to post comments