Hi there, is there a way to display the filters yo...
# gooddata-ui
e
Hi there, is there a way to display the filters you have applied to a dashboard on the actual dashboard itself (date range and other filters)? The purpose is to display what has been applied on a pdf export.
r
Hi there Elliott, how are you embedding the dashboard - is it an iframe or the SDK? Theoretically, this could be achievable using Dashboard plugins. You could get the filters from the Dashboard state using useDashboardSelector, and then render those in a Dashboard plugin; the most difficult part would be preparing the Dashboard plugin for PDF export to make sure the PDF doesn't export before it's ready, which would make it render blank. Hope this is helpful 🙂