IBM / Lotus scheint sich nicht groß um die @Today Problematik zu scheren, wenn ich mir bspw. die Teamroom Schablone ansehe.
Im Gegenteil: Aus der KBASE:
View Selections Using @TextToTime and Today Return Too Many Documents
Problem:
A view which uses a View Selection formula based on @TextToTime and "Today" returns more than the expected documents. If you select the F9 key to refresh the view then only the expected documents are contained within the view; the unwanted documents disappear, as desired.
Solution:
This issue has been reported to Lotus Quality Engineering.
Workaround:
@Today is the equivalent of @TextToTime("Today"). Use @Today in the formula instead.
Note: @Today and @TextToTime("Today") both have a time stamp equivalent to 12 AM. Therefore, it is unnecessary to use a formula construction such as @TextToTime("Today" + "00:00:00") to create a time stamp of 12 AM; this is done automatically when using @Today.
Dann noch ein anderer Vorschlag:
A workaround for this issue is to run a scheduled agent on the documents after midnight each day which flags documents based on the condition of the selection formula that you are using in the view. For example, suppose you want to show documents in a view that have a field equal to today's date. A flag can be set on those documents using an @if(FieldName=@Today;Flag="1";Flag="0"). Then, for your new view use a selection formula based on whether the flag field is set to a certain value (for example, Select Flag="1").
Super, da freuen sich die per Handy replizierenden Aussendienstler...
Andreas