Sort Descending? This topic is empty. Viewing 1 reply thread Author Posts 10/30/2009 at 3:23 am #3836 AnonymousParticipant Hello, How can I sort descending on the Discussion View web part? For example, if I wanted to sort descending on the “Last Updated” column? TIA! 10/30/2009 at 3:23 am #5153 AnonymousParticipant Nevermind, I found the answer in the documentation: This property defines the initial sorting criterion for the discussion. This is the syntax for this property: FieldName1 [SortDirection], FieldName1 [SortDirection] SortDirection is either ASC (ascending order) or DESC (descending order). Please note that the FieldName and the SortDirection are case sensitive. If the SortDirection is not specified, ascending order is assumed. For example, if you want to display the discussions from the newest to the oldest, you can specify the following sort expression: Created DESC Author Posts Viewing 1 reply thread You must be logged in to reply to this topic Click here to Login.