FORMULA LANGUAGE
Examples: @Weekday
1. This example returns 5.
@Weekday([9/29/88])
2. This example returns 2 if the date in the response field happens to fall on a Monday.
@Weekday(ResponseDate)
3. This example returns the string Working on the Weekend if the contents of the field named ResponseDate is 7 (Saturday) or 1 (Sunday); otherwise, it returns the date the document was created as a text string.
@If(@Weekday(ResponseDate) = 7 | @Weekday(ResponseDate) = 1;"Working on the Weekend";@Text(@Created))
4. This example returns 5, 6, and 7 in a list.
@Weekday([9/29/88] : [9/30/88] : [10/1/88])
Vedere anche
@Weekday
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario