Hi @mary.hope.suson11
In similar cases I could use the option "carryFilters" in the button definition at the Knowledge Model to open a different View/Dashboard maintaining the filters.
Hope it helps.
Javier
Hi @javier.donos
Is this possible for Analysis dashboards in Studio? Because we're not using a View or Knowledge Model to connect but direct connection to a datamodel..
Hi @mary.hope.suson11
You can move your analysis from process analytics to studio and then with the help of following button definition at the Knowledge Model you can leverage this selection view feature across other analysis.
You can open another view with the same selections by using a button.
By using a button you can guide your users in the best way to understand where the interaction will take them and that it carries the filters
onClick:
openView:
viewKey: "Risk-Overlay"
carryFilters: true
carrySelections: true
Hope it helps.
Happy Learning