have a table with a date field and a bunch of data. I want to get and display all the unique dates. Is it possible?
Hi there @logicunit, can you run a search for the relevant data type, and at the end of the search expression reference the date field and add a :unique elements operator at the end?
Regardless of the details, I think the :unique elements operator will be useful to you here.
You can view this basic search in action here. Let me know if this helps!
Thanks! just what i needed