sorting order based on relationship
Posted: Wed Sep 21, 2011 4:57 am
Hi Steve,
I have a relationship between 2 tables
On my programmation list view, if I click on the id_lieu header, my items are sorted by id_lieu and not lieu.nom.
The relationships.ini is well set up...
My url is
How can I sort by lieu.nom instead of programmation.id_lieu ?
Thank you
Jean
I have a relationship between 2 tables
- Code: Select all
lieu : id_lieu, nom
programmation: id_programmation, id_lieu...
On my programmation list view, if I click on the id_lieu header, my items are sorted by id_lieu and not lieu.nom.
The relationships.ini is well set up...
My url is
- Code: Select all
-table=programmation&-sort=id_lieu
How can I sort by lieu.nom instead of programmation.id_lieu ?
Thank you
Jean