Hi all,Is there a way to show to show in a view only documents that are currently in a certin folder?
Something like -
SELECT @All Where Folder_Name=“Saved”
Thanks
Roy Navon
Hi all,Is there a way to show to show in a view only documents that are currently in a certin folder?
Something like -
SELECT @All Where Folder_Name=“Saved”
Thanks
Roy Navon
Subject: A view for a specific folder
My understanding is that the “property” of “being in a folder” is not a function of the document itself (but a function of the folder). That means that you can’t create a selection formula for documents based on their membership in a folder.
Since a folder is, in many ways, very much like a view, why can’t you just use the “Saved” folder itself? Or, worst case, create another folder into which you move the documents from the “Saved” folder using an agent?