I am trying to sort the records in my relationship tabs. I tried the following statement
SELECT * from Progress_Notes where Client_ID='$Client_ID' ORDER BY Client_ID DESC, Date DESC
but it didn't work. I'm assuming ORDER BY clauses are not supported in Xataface relationships.
How do you go about sorting records in a relationship?
Thank you,
Mike