View Single Post
Quote:
Originally Posted by whedwards3 View Post
it does not include the parent row unless all the children are selected
Parents of children with mixed status are flagged as "indeterminate" in applescript, and are thus excluded from this kind of simple search.
(If all of their children are "checked" they too acquire the status "checked").

A tool better suited to your purpose (finer control of the search, scope for copying formatting) may be the 'command-line' query script which I have posted in another thread.

You could use it to save and re-use the search:

rows where (status is checked) or (status is indeterminate)


and it will automatically select matching rows in your source document. You could then copy and paste them, with formatting, elsewhere.

--