How to warn the user in a date filter about the allowed date range

Is there a way to warn or prevent that the user in a dashboard can not select more than 6 months in a date filter?

Here for example I would like to have at least that warning.

Thank you.

Hi @Isma thank you for the post and question!

We don’t have a way to do a “warning” in the filter modal, but I think you could use some of our model level parameters like always_where_sql or always_where_filter to set a hard coded filter for that field to keep the range to what you desire

Check out these docs here on how to set that up. Hope this is helpful :slightly_smiling_face: