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.
//low date
minimum({?hire date})
//high date
maximum({?hire date})
numbervar max := count({?state});
numbervar k := 1;
stringvar output := "";
for k := 1 to max do
(
output := output +{?state}[k]+","
);
numbervar m := len(output);
left(output,m-1)
if {?Include Details} then chr(254) else chr(168)