Hi!
I am trying to create a combobox / dropdown to filter a gallery.
I want the Items of this filter to be the distinct values of the different dates in the table.
Example:
I have the following data:
* 10 records with a date within 2022
* 1 record with a date within 2021
* 0 records with a date within 2020
* 100 records with a date within 2019.
I want the filter to have these values:
2019
2021
2022
Is there an easy way to do this?

Report
All responses (
Answers (