Show unique items in List UI element
Hi,
I have a database with the following columns:
opponent1
opponent2
date
network
I want to populate a List UI element with the dates. I can do this (see attached).
But I only want to add unique dates to the list, i.e. there are several rows with the same date. I only want these repeat dates to appear in the list once.
On click of a Date item I then want to display opponent1 and opponent2 on a different page in another List. There might be numerous opponent 1 and opponent2 for one particular date.
How would I go about doing this?