NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on May 17, 2018, 02:21:14 AM

Title: NWB Column Sort (custom)
Post by: rupertvz 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?


Title: Re: NWB Column Sort (custom)
Post by: bshields 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