Skip to main content

Hi,

Is there a way that my filters from one dashboard can also be applied to another dashboard? For example, in my first dashboard, I filtered 2-3 dimensions and now I wanted to analyze in another dashboard those dimensions again. It could be placing a button to navigate to the link in the 2nd dashboard, but the selections filters are left behind in the 1st dashboard.

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.

 

image 

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..

image


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


Reply