Hi all,
I am using unx datasources at my application and at query specification, i arranged a dimension to "ascending". When i use that ds at a crosstab, the sort of the dimension is correct. But when i use Listbox.setitems(DS_getmemberlist....) command and fill a listbox, listbox is filled with a wrong order. You can see the screenshot below. They have the same data source. Also i tried DS.getmembers command and tried to fill the listbox with an array loop, this didn't work neither. Manually adding sort command like DS_SortByMember(dimension, true) didnt work also, and it even spoiled the correct order of the dimension at crosstabs.
Any ideas?