233
Views
1
Comments
Solved
Operator '>' can not be applied to operands of type text and integer.
Question


This is the error i get from an if statement condition. My data type is Integer(for year attribute)

2016-11-20 11-27-52
João Neves
Solution

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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.