Sorting relevance result

(imported topic written by kabirahmed)

Hi All,

Does some one know if we can sort the relevance result based on a column. We only want to extract result in one column but we want it to be sorted alphabetically.

thanks in advance

kabir

(imported comment written by Lee Wei)

Kabir,

There is no construct for sorting in Relevance.

These are a few options that I use:

  • “unique values” has the side-effect of returning the results sorted alphabetically. So it might be useful, but not for specific columns.

Example: unique values of names of bes computers

  • I often extract the data into my environment, such as JavaScript, then do the sorting outside of Relevance.

Lee Wei

1 Like