Skip to main content
Is it possible to carry the filters from one view to another view which are created on top of different knowledge models

Hi Kailash,

 

Yes this is possible. To open a second view from the first view, you would use an “onClick” configuration (for example, in a button). When configuring this, you can use “carryFilters: true” in the YAML editor. For example, you could use this: 

 

   onClick:

    openView:

     viewKey: view-key

     carryFilters: true

     openInSideOverlay: true

 

This will work even if the views are built on top of different knowledge models. However, if the filter selection from the first view does not display any data for the second view (if for example, the two knowledge models are built on top of two different data models and hence have different data), the components in the second view will show an “unidentified” error due to the data not existing for that filter selection from the first view. 

 

Here is some documentation on onClick configuring. Please let me know if you have any further questions.

 

https://docs.celonis.com/en/buttons.html#UUID-ddbea278-68d6-8e25-fcb1-dd806d99e5ee_id_Button-OnClickconfigurationoptions

 

Hope this helps!


Hi Kailash,

 

Yes this is possible. To open a second view from the first view, you would use an “onClick” configuration (for example, in a button). When configuring this, you can use “carryFilters: true” in the YAML editor. For example, you could use this: 

 

   onClick:

    openView:

     viewKey: view-key

     carryFilters: true

     openInSideOverlay: true

 

This will work even if the views are built on top of different knowledge models. However, if the filter selection from the first view does not display any data for the second view (if for example, the two knowledge models are built on top of two different data models and hence have different data), the components in the second view will show an “unidentified” error due to the data not existing for that filter selection from the first view. 

 

Here is some documentation on onClick configuring. Please let me know if you have any further questions.

 

https://docs.celonis.com/en/buttons.html#UUID-ddbea278-68d6-8e25-fcb1-dd806d99e5ee_id_Button-OnClickconfigurationoptions

 

Hope this helps!

Hi Tanvi,

 

Thanks for the reply, i tried this option previously but not much useful for my requirement.

 

I can brief you requirement here.

 

We Have KPIs and high level details at one View ( Home Page - Data Model 1 )

User can have look on Important KPIs in Home page from all the use cases ( P2P, Production, O2C etc..) (Note: Each use case have a separate data model )

For example he selected one plant from Homepage and want to deep dive P2P use case then he will click on button which will take us to P2P but user should apply the Plant filter again in P2P Use case View.

 

I am looking for an option where it should carry homepage filter to individual use cases..

 


Reply