Hi all
I would like to create a list which display distinct field but I have no idea how to do it.
(Attached listview.png) is a 'List View' which only display 'Alias' field. It is extracted from a SMO (attached full table.png) generated frm SQL server.
For instance, 'CSM' have two data, however I would like to only display once when the list view is initialized.
similar reference as: https://community.k2.com/t5/K2-blackpearl/Duplicate-value-in-listview-row/m-p/86164.
But the above case did not remove duplicate rows.
I also thought of using filter in list method however I cannot determine a single ID to be inputted in the SMO when the view is initializing. (It is the Alias to filter, not a particular ID record)
And help would be appreciated!