Good day,
Regarding the date filter, is there any way to block it?
Because we only have data from 1st Jan 2023 to present, I would like to block the date filter before 1st Jan, 2023 so that readers can’t search the date before 1st Jan 2023.
Please let me know if there’s a way.
Best regards,
Boram
Hi @iamboram,
Unfortunately there’s currently no way to do that.
@iamboram - Are you using parameters and controls? If you are you, you can use parameters to set a default start value. This won’t block someone from moving a date forward or backward in time, but it’s as close as you can get. You can then use info text to inform users not to select dates before Jan 1, 2023.
The other option would be to reformat the date field into a string so that only values that are stored in the underlying data table can be search against. This will make filtering a bit harder for users since this results in a picklist of values, so users will need to know exact dates to search for rather than being able to use a range.
1 Like
Thank you so much all of you for fixing my issue.
1 Like