GitHub user anandita0102 added a comment to the discussion: Any way to navigate from Dashboard A to Dashboard B other than Markdown in Superset 6.0.0?
I'm exploring dashboard-to-dashboard navigation in Apache Superset 6.0. I was able to interlink dashboards using a Text/Markdown component and also observed that Superset preserves dashboard filter state using `native_filters_key`. My use case is: * Dashboard A and Dashboard B have the same native filters (e.g., `userid`, `region`, etc.). * A user selects filters on Dashboard A. * When navigating to Dashboard B, I would like the currently selected filters of Dashboard A to be automatically applied on Dashboard B as well. For example: ```text Dashboard A userid = abc region = North ↓ Navigate Dashboard B userid = abc region = North ``` Is there any native way to achieve this in Superset (6.0)? Any guidance or recommended approach would be appreciated. Thanks! GitHub link: https://github.com/apache/superset/discussions/40514#discussioncomment-17130942 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
