Sorting the qDiscussionView You can sort the entries in the qDiscussionView by clicking the column header. Clicking the column header again will alternate between ascending and descending order. Due to the hierarchical nature of the discussions and their responses, the sorting will sort the node against another nodes in the same level. For example, if the following discussion structure exists: * Discussion 1 - Response 1.1 - Response 1.1.1 - Response 1.1.2 - Response 1.2 - Response 1.2.1 - Response 1.2.2 * Discussion 2 - Response 2.1 - Response 2.1.1 - Response 2.1.2 - Response 2.2 - Response 2.2.1 - Response 2.2.2 When you click the Subject column header: • Discussion 1 is sorted against Discussion 2 • Response 1.1 is sorted against Response 1.2. • Response 2.1 is sorted against Response 2.2. • Response 1.1.1 is sorted against Response 1.1.2. • Response 1.2.1 is sorted against Response 1.2.2. • Response 2.1.1 is sorted against Response 2.1.2. • Response 2.2.1 is sorted against Response 2.2.2. To clear the sorting for a certain column • Press Ctrl and click the column header. To sort multiple columns • Press Shift and click other column headers. The sort index depends on which column you click first. For example, if you click Created field and then click Shift + Subject field, the entries are sorted based on the Created field first and then Subject field, regardless the Subject field appeared first.