We create a "logical" sort order for the status field for reporting by creating a custom field. Hope this helps!
Create a custom, numeric field and assign a number to each status.
Planning Sort Order
IF(Status="IDA",40,IF(Status="REQ",30,IF(Status="BCR",25,IF(Status="APC",15,IF(Status="APR",20,IF(Status="REJ",60,IF(Status="PLN",10,IF(Status="CUR",05,IF(Status="DED",65,IF(Status="ONH",7,IF(Status="CPL",98,IF(Status="ACR",55,IF(Status="LVE",2,99)))))))))))))
2. In your report, convert a column you want to apply the sort to, to text mode code and add/update the 3 lines highlighted below. Our report doesn't include the Status field so the sort order is applied to the owner name field.
linkedname=owner
namekey=view.relatedcolumn
namekeyargkey.0=owner
namekeyargkey.1=name
querysort=DE:Planning Sort Order
sortOrder=1
sortType=asc
textmode=true
usewidths=true
valuefield=owner:name
valueformat=HTML
width=80 Admin Kelly-Wehrmann SSFCU