NetTalk Central

Author Topic: NWB Column Sort (custom)  (Read 2426 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 313
    • View Profile
    • Email
NWB Column Sort (custom)
« on: May 17, 2018, 02:21:14 AM »
Hi Guys,

In a NWB - I have my "date" column as Decending sort.

In addition I would like a further subsequent sort on the "time" column (within the date sort)

Can I do this with a "custom-sort"?  I am not sure about the correct syntax and on which column to use the custom sort?



bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: NWB Column Sort (custom)
« Reply #1 on: May 18, 2018, 08:56:42 PM »
Hi,

Yes, custom sort. Same syntax as queue sorting.

eg.

+ABC:SortField1,-ABC:SortField2,+ABC:SortField3

If you disable the ability to sort on all columns (this is sometimes appropriate) then you can use default sort order in the [Sort] tab of the browse.

Otherwise, set your date column as the default sort column and set your custom sort for this column to:

-PRE:Date,-PRE:Time

Regards
Bill
« Last Edit: May 18, 2018, 09:26:12 PM by bshields »