I would like to make this filter: Only show subitem if the item is the main parent of that given subitem.
First usage scenario: I have a first grid (Books) in which the itens are books and the subitems are notes about those books; and a second grid (Thesis) in which the items are chapters of my thesis, and subitems are my paragraphs. Then I make some of the subitems from Books grid children of some of the items of the Thesis grid, as second parents. That's the structure, but, sometimes, I want to look at the Thesis grid and view only the chapters and paragraphs, without the book notes.
Second usage scenario: (given the structure described above) In Books grid, I make a subitem of book 1 to be also a child of book 2. But, sometimes, I want to see book 2 only with it's original notes (the ones to which it is the main parent).
The filter I described would deal with both the cases.
I think those operations will be easier when IQ have more kinds of relantionship, as it's being discussed here: http://www.sqlnotes.net/drupal5/index.php?q=node/4209
Thanks!
Comments