Description


from a datatable, create a list from one of the columns. Also sort list (in descending and ascending order). Also select unique list items (removing duplicates from the list).

Inputs


Outputs


list (list)
datatable to list output
list 2 (list)
sort list output
list 3 (list)
sort list (reverse/ascending) output
set (list)
unique list items output