Skip to main content
vijaykumars5676
January 5, 2023
Question

Custom record filter on date

  • January 5, 2023
  • 2 replies
  • 0 views

I want to create a date filter with the following options.

1. This month

2. Previous month

3. This Year

4. previous Year.

    2 replies

    harshitb6843
    January 5, 2023

    You can create a read-only grid on your interface and set the data source as the record.
    Then you can create this filter on an interface using the dropdown field and then pass the selected value in the filters of the records

    vinays024987
    January 5, 2023

    You can create User Filter for that.