Date Range view

Hi,

I want to build a view based on dates keyed in by the user. For example, I would have a form and on that form the user would key in a date range and then click a button that would trigger a view being displayed with only the records that are in the data range. Can this be done?

@if(answer = Yes) :wink:

Please tell me how !

Thanxs !

Subject: Date Range view

This sort of thing is usually done with a folder. Your code figures out what documents should be in the folder based on the userโ€™s input, empties the folder and then puts in the collection of matching documents. Then it opens the folder for the user to view the results. Easy to do with LotusScript, but there is a potential problem if the same folder is used by multiple users; they can interfere with each other.

  • Andre Guirard
    IBM Lotus Software
    Enterprise Integration Team