I’m stumped on writing this view selection formula:
I need to show parent documents based on the @modified dates of their children, excluding any parent whose children are older than 7 days. The children document will also be displayed if the parent is selected. Can someone give an example of how to write this formula?
Subject: View Selection: Show parent docs based on age of children?
Documents can only be selected on the basis of what they, themselves, contain. The presence, absence and/or age of descendants cannot be used. You need to either:
modify the main documents in some way when response activity occurs; or
use a folder rather than a view and populate it using LotusScript.