Command: SortColumn

Previous  Next |  Direct link to this topic

Go to list of all Commands

Syntax: SortColum($[$<item>.<col>.0]|<SortOrder>);

 

Sort column on a Matrix or Grid in current form. Default is ascending order.

Order

Description

ASC

Sorts the column items in ascending order

DESC

Sorts the column items in descending order

Sample: SortColumn($[$38.1.0]|DESC);will sort the Item No. column on sales order.