karlenigma
CASE WHEN {preferredstocklevel} = 0 THEN 'SPECIAL ORDER' CASE WHEN {preferredstocklevel} <= 5 THEN 'LOW STOCK' ELSE 'STOCKED' END