Page 1 of 1

sortby custom column cation not work

Posted: 24 Aug 2014 06:04
by binocular222

Code: Select all

::fresh
Show Custom Column 1:Mixed
::sortby "Mixed"
Error: No column in the current List matches "Mixed".

btw, I cannot select text in the error dialog box? A bit inconvenience when reporting such error.

Re: sortby custom column cation not work

Posted: 24 Aug 2014 06:48
by bdeshi

Code: Select all

sortby "Custom 1";
You can use text setcolumns(); to get the useable name of an extra/custom column.
Column names are matched from beginning, so the beginning portion of a column's full name should be used in sortby.

Re: sortby custom column cation not work

Posted: 24 Aug 2014 10:41
by binocular222
That works, thanks.