Does anyone know of a way to limit (or sort) a View by the count of documents in a category? I’d like to limit my view to documents when there are at least two in each category. For instance: if the field named FRUIT is categorized and there is currently one document for APPLES, two for ORANGES, and five for GRAPES, I only want to show ORANGES and GRAPES in the view.
Subject: RE: Category Count
Documents are selected into a view based on their content alone – you cannot use other documents or do lookups, etc. So the answer is no. You could, though, use a folder and use an agent that looks through a view to choose which documents to put into the folder.