Assigning descending order to related records
Posted: Mon Sep 17, 2012 11:22 am
I found this article pertaining to assigning order to related records:
http://xataface.com/documentation/how-t ... ed-records
Andthe code works just fine, but how do I get the records to show up in descending order? Here is my code:
http://xataface.com/documentation/how-t ... ed-records
Andthe code works just fine, but how do I get the records to show up in descending order? Here is my code:
- Code: Select all
[transcripts]
transcripts.APPLICANTS_ID = "$APPLICANTS_ID"
metafields:order = "transcripts.TRANSCRIPTS_DATE"