Results 1 to 9 of 9

Sort Part of a List

Threaded View

  1. #4
    Registered User
    Join Date
    09-29-2006
    Posts
    15

    Re: Sort Part of a List

    The reason why is that it is keeping Column B sorted. Column A is not alphabetical for the overall list, it is only alphabetical for each set of like-data in column B. Two-Column sort first sorts the first column, then sorts any grouped values in the second column.

    ab - bb
    ae - bb
    ag - bb
    aa - bc
    ac - bd
    ad -
    af -


    I need to imitate the possibility of
    A. Sort column B (so empty space is on the bottom)
    B. Sort column A where there is data in column B (B will become unsorted, but that is okay)

    But even when doing that, Column A becomes fully re-sorted instead of just the selected data.
    Last edited by Suamere; 08-22-2011 at 01:52 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1