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.
if isnull({your.amount}) then 0
else {your.amount}
if isnull({your.date})
or {your.date} in [{Start-Date} to {End-Date}) then "OK"
else "not"
if isnull({your.amount})
then "no value found"
else ToText({your.amount})