In case stmt, I have a condition where I need to sum total values excluding below 3 scenarios
- if column has NULL
- Column has “AGING”
- OR IF IT HAS EMPTY STRING
Attaching snippet for same.
But it is only excluding NULL values not “AGING” only when I am commenting NULL condition then it does exclude “AGING”.
Please help what am I missing