Hi.
I have created a global list with a field using Table.query().
In this model unknownError.fsm, the score field in TEList1 corresponds to this field.
A pull on this list with the query "ORDER BY score DESC(or ASC)" would result in the following error message
time: 5.000000 exception: SqlQuery - Unknown error occurred:
Creating the TEList2 with similar fields without using Table.query() does not generate this error, even though there is no difference in entries between the two lists.
Is this error due to the fact that I have configured the fields using query?
Thanks in advance.