Query / Method
controller.sort(‘package_name Like (“a%”) asc’,‘package_id desc’);
Error
com.servoy.j2db.dataprocessing.DataException: The text, ntext and image data types cannot be compared or sorted except when using IS NULL or LIKE operator
controller.sort(‘package_name Like (“a%”) asc’,‘package_id desc’);
com.servoy.j2db.dataprocessing.DataException: The text, ntext and image data types cannot be compared or sorted except when using IS NULL or LIKE operator
I see two problems here: