Domino Code Fragment
| Code Name* This button script displays the sum of all OrderTotal fields in a database for one day. | Date* 12/16/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.69.17.98 | |
| 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: | |