Hello,
Let's imagine I have Component1, Component2 and Component3 (this is level1)
Each components contain Components (this is level2)
And Each level2 components contain also components (this is level3)
Is there a way to easily have a visualization of level 1 (without the other levels, then level2 (without level3), and then all the levels ?
At the same time, let's say Component1 and Component 2 are used for a Feature1, and Component 2 and 3 are used for a Feature2
Is there a way to easily filter the display depending on the Feature I want ?
thanks
Regards,