Sorting a muli-value column by any of the values

Sorting a muli-value column by any of the values

jameyerjameyer Posts: 1Questions: 0Answers: 0
edited August 2011 in TableTools
Hi,

Consider a simple NFL table with 2 columns: Team and Record.

The Team column values are a simple strings and easy to sort,

The Record column contains wins losses and average margin.
A value of the Record column might look like this:
5-3 (+3.6)

How can I sort this table by either wins, losses, or average margin?
The header for the Record column might look like this:

Record
W-L (margin)

Thanks in advance for any clues.

Joe

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    easiest would be to have those values in separate (hidden) columns, then sort by those columns

    next easiest would be to parse the values and extract the portion you are interested in sorting by.
This discussion has been closed.