Is it possible to group data by a field or select distinct?

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?

27%20AM

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!

David
AirDev - Custom Software for Everyone

Thanks! just what i needed