Issue
Want a method to show all the Access Events that a Personnel has had during a specific period of time.
Environment
Continuum Access Control
Cause
A method to search Access Events for a specific Personnel during a specific period of time.
Resolution
One method to do this would be to use Listviews.
There are a number of default Listviews already available in a default ContinuumDB, one of these can be used as a basis for our new Listview. This is done by adding a database qualifier to a copy of the default Events_Today Listview.
- Make a copy the Events_Today Listview
- Add the prompt for a card number search using:
- DBQualifier : (CardNumber is Prompt("Please Enter a Card number", 0) and Template = False)
This will return all the events today for the card number that the user inputs in the prompt box when running the Listview.