I have a content type called Academic Program with a node reference field to another content type called Academic Division.
I am working on a view to display the info as such:
Academic Division 1
Academic Program 1
Academic Program 2
Academic Division 2
Academic Program 3
Academic Program 4
Everything is cool except I am having trouble sorting the Academic Division grouping. It sorts the programs fine beneath the divisions. I am using an HTML list style with Academic Division set as the grouping. Academic Program is the node title. If I use it as the sort the order changes but it is not correct. Academic Division is not available in the sort list.
Can this be done from the admin interface?
</ryan>