This is the error i get from an if statement condition. My data type is Integer(for year attribute)
Hi Billy,
According to the message your attribute might be of text type. You should convert the attribute from text to integer using the TextToInteger built-in function.