pods relationship fields orderby
-
I have an extended user pod with a many to one relationship (related_credits) with a pod ‘credit’ which in turn has a one to many relationship (related_production) with a pod ‘production’. I want to list the production entries related to a particular user ordered by a field in the production pod. Can I achieve this by using the orderby option on the relationship field in the user pod? ie something like “orderby related_credits.prodnumber DESC” where related_credits is the relationship field in the user pod and prodnumber is a numeric field in the production pod.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘pods relationship fields orderby’ is closed to new replies.