Emir
10/04/2024, 5:54 AM<Dashboard />
component from @gooddata/sdk-ui-dashboard
in a React app to embed a dashboard by reference. I want to be able to render the dashboard with different filters. Ideally, my goal is to be able to capture the filter changes and store them somewhere - possibly in the URL -, then use those stored filters to embed the dashboard at any time in the exact same state.
I'm happy to give more details if needed.
Any help is appreciated, thanks!Ivana Gasparekova
10/04/2024, 1:39 PMEmir
10/04/2024, 1:44 PM"@gooddata/sdk-ui-dashboard": "^10.5.1"
.
I want to embed a dashboard with filters that are set while rendering. I've implemented a similar logic using the <InsightView /> component via its filters
property and passing it a value. I couldn't find the same property for the dashboard component so just asking how I could implement the same behavior.Radek Novacek
10/07/2024, 11:06 AMEmir
10/07/2024, 11:15 AMEmir
10/14/2024, 8:40 AM