View Single Post
Quote:
Originally Posted by macula View Post
what I would like to do is produce a new OO document containing the indeterminate and checked rows but not the unchecked ones, and this without flattening the hierarchy in any way
Does it not work to use
Status checkbox > unchecked
to automatically select all the unchecked ones, and then simply cut them with Cmd-X ?

(From a copy, rather than from your original, of course :-)

I am assuming, incidentally, that you are using the latest version of the script - 0.6 (see the top of this thread) - and that the properties near the start of the script are set to:

Code:
property pblnSELECT_ROWS : true
property pblnMAKE_FILTERED_COPY : false


--

Last edited by RobTrew; 2010-06-30 at 07:57 AM..