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))
See Also
@Weekday
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary