I have an issue on sorting the items of a listview. I want to give my users the ability to sort the items within a listview by clicking on the column header. if the column contains numbers of different length (e.g. 1,2,5,12,134,135) the sort order is: 1,12,134,135,2,5.
any one have UserDefined! sort and code the expression to sort by in the sort event, based on the string representation of the numeric values.
I am using PB 11.2
any one have UserDefined! sort and code the expression to sort by in the sort event, based on the string representation of the numeric values.
I am using PB 11.2