I have a SharePoint custom list with issues listed as High, Medium and Low in one of the column of the list item called Risk.
Using a hidden field (IssueSeverity) 1 for High, 2- Medium and 3-Low, currently I sort it ascending based on this IssueSeverity field to show High items first then medium and then Low items in a list.
Is there is any other better way to do sorting for this case? Please give your opinions or if you need any further information.