Domino Code Fragment

Code Name*
View Selection for Current Month Documents
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.140.185.170
Description*
This View Selection Formula returns only documents created during the current calendar month.
Type*
Formula
Categories*
Date/Time Handling
Implementation:
Required Client:
Server:
Limitations:
Comments:
Note: You might also want to consider using @Modifed instead of @Created. This will show any document that has been edited during the current calendar month
Files/Graphics attachments (if applicable): Code:
SELECT ( (@Year(@Created) = @Year(@Today)) & (@Month(@Created) = @Month(@Today)))