Advance filter on data set

Hi community,

I’ve created a data set which has a column for date as well. I want to filter the data on the base of date and show on layouts.
let’s say i have a data set for whole month and i want to display only the data whose date matches with current date. Similarly when next day comes the layout should display the data of that day. Basically filtering the data on the base of date.
any guide how to achieve this?

Thanks.

hi, @alex see if you can help, thanks :slight_smile:

That covers filtering by date

Thanks, i will look into it.