Hi all, I am using OAC with some location data and want to return rows that only have a numeric string. I am finding that I have several instances where the City field only contains a short numeric string so I would like to find those and see if i can identify a pattern. I have been trying to create an expression filter using the City field and the LIKE expression with several variations of '%[0-9]%' but I'm not returning any values. Any suggestions?