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.
1 = IF (&prompt$ IS NOTHING AND «datetime field» = now) THEN(1) ELSE IF ($prompt IS NOT NOTHING AND «datetime field» = $prompt$) THEN (1) ELSE (0)
[Filter Date] = (IF($prompt$ IS NULL) THEN (Now()) ELSE (string-to-date($prompt$)))
[Filter Date] = (IF($prompt$ IS MISSING) THEN (Now()) ELSE (to_date($prompt$)))