good morning! is it possible to have a dashboard w...
# gooddata-platform
t
good morning! is it possible to have a dashboard without a date filter?
m
Hi Thomas, currently is not possible to remove a date filter from a dashboard, but you can hide it by adding the following piece of code to the dashboard definition:
Copy code
"dateFilterConfig" : {
     "filterName" : "Date range",
     "mode" : "hidden"
 },
You have to put the dashboard definition in "edit mode" by appending
?mode=edit
at the end of the URL or by clicking the Edit button in the GoodData Chrome Extension and then add the piece of code above and submit your changes.
This is what it would look like:
t
ah, that’s good enough, thanks!
1