Skip to main content
Question

Hi, I am working with Views and trying to create two process explorers within one page and, to make benchmark possible, I need independent filter dropdowns.

  • June 21, 2024
  • 1 reply
  • 18 views

angelika.kleme
Level 0

Is there any way to somehow connect one filter with one specific process explorer instead of filtering both simultaneously?

Was trying with the YAML editor, but with no success.

1 reply

Forum|alt.badge.img+8

Hey Angelika,

Yes its very much possible to do the same with variables-

1) For dropdown, create a a custom object in Knowledge Model-

syntax -

customObjects:

- id: test

displayName:

customAttributes:

columns:

- id: (IDs of the KPI you want to add in dropdown)

- id:

2) Create a filter while referencing the variable

FILTER KPI=${test}

3) Then create a view, add one of the process explorer in it and then add a dropdown selecting the custom object made earlier.

4) Finally make a variable in the view with the same Id as that of the custom object and assign it a default value KPI Id

5) Finally import the view to your original view as an embedded view.

The dropdown now will filter only on the selected process explorer.

 

Let me know if further clarifications are needed.