in

 

Sorting Issue Priority

Last post 03-13-2008 1:14 PM by John Filicetti. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 03-13-2008 1:14 PM

    Sorting Issue Priority

    Create a data item in the query with the following statement:
     
    case
    when [Priority] = ('High') then 1
    when [Priority] = ('Medium High') then 2
    when [Priority] = ('Medium') then 3
    when [Priority] = ('Medium Low') then 4
    when [Priority] = ('Low') then 5
    end
     
    This will allow a custom sort on this field that I called "priority number".
     
    John F. Filicetti, PMP, MBA
Page 1 of 1 (1 items)

Navigate: Home | Blogs | Forums | Solution Library  Get Help:  Contact | Feedback | FAQ   Terms of Use:  Terms & Conditions | Privacy Policy