I have the following Items:
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…
But Child1 and Child2 are not children of Parent1/2 ! They are grand-children
True, they are grandchildren…
True, they are grandchildren. I changed my Grid in the screenshot but forgot to change the text (that is what I meant by "floating" children)
My question remains though. Is it possible to do what I want with the Sub-Item Filter?
Please provide a practical…
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…
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.