It seems like enabling children in a hierarchy when a parent is shown 
multiple times that the children are only shown for one instance of the 
parent (which is chosen "randomly"). 

I create the following outline:

a        (@1, @2)
 aa
 ab

Then I create a view grouped by category with hierarchy on and the children 
shown.

I will sometimes get this

@1
  a
    aa
    ab
@2
  a

and sometimes get this

@1
  a
@2
  a
    aa
    ab

Instead I would expect this:

@1
  a
    aa
    ab
@2
  a
    aa
    ab

Or at least expect to be consistent (e.g. always the first instance of the 
parent).

Thanks,

d


 

 
  

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mylifeorganized.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to