I have a set of data that I need to filter for the items that begin with 16 in a certain field. This field is currently a double data type. My first attempt was to change the data type to string using the "select" tool and then filter with the "starts with function" but I keep getting an error. am I doing something wrong? Can someone help me?