I am trying to build a benchmarking view so users can compare two different configurations of filters applied to the process. These filters can have different nature: process filters using process explorer, business attributes with dropdown components, etc.
I already achieved this in the past using legacy views. I just created an aux view that I embedded twice in a parent view, making sure that the filters did not propagate from one to the other. This was super helpful, since the embedded views even had an upper panel that showed what filters were applied in each benchmarking side. As you can see, no variables were being used.
I am now trying to build the same thing in the enhanced views, but I am not able to do it since the embedded views option is not available anymore. I did an attempt using modules, even with different knowledge models, but it did not work as expected.
Is there a way to achieve this? Thanks