Say I had a parent folder to which I assigned several custom property values, and I wanted to show the children of those parents. If I could do that, I might not have to assign those custom property values to the children of that parent folder.
For example say I assigned a custom property named "Vendor" with the value "Lowes", and I wanted to see the children of the folders that have that custom property.
I used "child-file-count:=5" just as an example to get a list of folders. But how can I get a list of the children of those folders?
I tried "parent:child-file-count:=5", but that doesn't work. Parent: seems to require specification of the full path of a parent folder, e.g. "parent:c:\windows".
(Not looking for anything like sibling-file-count:, I just as child-file-count as an example folder property.)
how to show children whose parent folder has a specified property value
Re: how to show children whose parent folder has a specified property value
I found a way to do it. First find the parent folders with the specified property value, e.g. "child-file-count:=89". Then put those folders in a file list slot, e.g. "filelist1:". Then search for "parentfilelist1:" This will show the children of the folder that has the specified property value.
Are there any other ways to do it?
Are there any other ways to do it?
Re: how to show children whose parent folder has a specified property value
parentfilelist1: is the recommended way.
You could also export to a file list, then open the file list, but this is just an extra step vs filelist1:
You could also export to a file list, then open the file list, but this is just an extra step vs filelist1:
Re: how to show children whose parent folder has a specified property value
Is there anyway to do this with a one-liner, something like "setfilelist1:child-file-count:=20 parentfilelist1:"?
Re: how to show children whose parent folder has a specified property value
Currently, no.
Setting a file list slot from a search is on my TODO list.
Setting a file list slot from a search is on my TODO list.