Hi, I've a column with social security number where if the value is not present the info provider could write: 0000000000000000 (range of zeros) till "" (empty) as string, I was wondering if there's a better way than if ssn="0000000000000000" or ssn="000000000000000" or ... until or ssn="" to handle this situation. thanks