Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT FIELDS
FROM table
WHERE NoteDate > (getDate() - 7)
SELECT FIELDS
FROM table
WHERE NoteDate > (getDate() - 14)
SELECT FIELDS
FROM table
WHERE NoteDate > (select date_field from control_table where field_name = 'Name_of_Report')