Unique Data

0
I Want See here Unique Date Wise Data Only..
asked
1 answers
1

There is no ‘easy’ solution for that.

 

You can do it by:

 – Retrieving the whole object list

 – Creating a new list (ShowabeItemsList)

 – Loop over all objects

 – Do a check (decision) if the object is already in the ShowableItemsList

 – If not, add it to the list

 – Show the ShowableList

 

answered