In my Gallery, I only shows Title of books, but in the backend information, it has several variables like BookID, Publisher, BookTitle and etc... All the variables are in a collection called colDistinct.
The question is how can I show Title of books with no duplicate value (distinct BookID and BookTitle)?
I want to remove duplicates BookID and BookTitle and display the final result in the Gallery.