Domino Code Fragment
| Code Name* This button script displays the sum of all OrderTotal fields in a database for one day. | Date* 03/16/2026 | Source (or email address if you prefer)* [email protected] IP address:.104.23.243.60 | |
| Description* Each record in the database has OrderNumber, Date, and OrderTotal fields. The script finds all the documents in the database, then uses a loop and a comparison of dates to limit processing to today's documents. For each document, the script adds the OrderTotal to a dailyTotal variable. | Type* LotusScript | Categories* (Misc) | |
| Implementation: | Required Client: | Server: |
| Limitations: | Comments: | |