Submitted by viking on 2023/01/21 05:04

I have the following Items:
z
I would like to create a Sub-Item Filter so that Parent1 is shown with Child2 and Parent2 with Child1 & Child2:
I tried this filter :
[Item]|NOT [Item]|[Item]="Child2" OR  [item]= "Child1"

Level 1: Show items with a value, i.e. Parent1 and Parent2
Level 2: Do NOT shows any level 2 items (with values)
Level 3: Show level 3 items with value "Child1" or Child2"

However, I then only get the parents. Apparently, because the Level 2 items are hidden, so are Level 3 items? I had thought that they were independent? Maybe the Level 2 items can not "float" by themselves w/o being attached to its parent?

Is it possible to do what I want? If so, what should the filter look like?
(I may have to combine this with a proper display mode as I asked in the previous post)

Comments

I would like to create a Sub-Item Filter so that Parent1 is shown with Child2 and Parent2 with Child1 & Child2

But Child1 and Child2 are not children of Parent1/2 ! They are grand-children

 

Please provide a practical example else show what display you'd like. This is too abstract

[edit] If you want to view Child1 and Child2, why not just set the grid source accordingly

In my experience, if you have filtered away a level 2 item, you cannot bring back its chilldren using a level 3 filter.  You may need to restructure your source data.

How do I ?