Connecting Tech Pros Worldwide Help | Site Map

sorting arbitrarily

  #1  
Old November 12th, 2005, 10:23 PM
Steve Leferve
Guest
 
Posts: n/a
Hey folks -

I'm working on a database that has a questionaire. The questions belong to
groups, categories, then sub-categories.

These questions must follow a sorting order that doesn't have any built-in
definition (i.e. alphabetically).

What's the best way to do this kind of thing? It has to be user-editable.

I was thinking of making a 1-character text column that only allows
alphanumeric characters. This column would be invisible to users, but I
would make a form showing each question as a row, with 'promote' and
'demote' buttons. Then I have to do some fancy footwork in order to change
the values of the sort-order field, esp. if number 6 is supposed to be
promoted up so that it's between number 2 and 3.

Steve Lefevre


  #2  
Old November 12th, 2005, 10:23 PM
Knud Rogilds
Guest
 
Posts: n/a

re: sorting arbitrarily


You provide the solution yourself. In this kind of situations I use a
numeric field (for flexibility) to sort by. That way I (or my users) have
full control over the sort order.


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting data with perl - Part One KevinADC insights 5 February 27th, 2008 07:40 AM
Sorting in LinkedList<> martin-g answers 20 December 17th, 2006 02:35 PM
DataTable sorting, determining type of a column during the sort. Clinton Pierce answers 2 November 16th, 2005 03:40 AM
sorting arbitrarily Steve Leferve answers 1 November 12th, 2005 10:50 PM