Last updated
This page displays all users that have been recorded by the system for the selected resource.
You can customize how the table is displayed. To choose which data to display, click the "Columns" button (located on the right above the table) and select the fields you need. To learn more about each field, hover your cursor over it — a tooltip will appear.
For convenience, all fields are split into five categories. Their names are intuitive. The "Custom fields" category deserves a separate mention — it displays the fields you've added yourself in the corresponding section.
Numeric fields support logical operators:
!= - not equal to. Example: !=100 (all values not equal to 100)
<> <= >= - comparison. Example: <100 or >=100
A...B - range. Example: 10...100 (from 10 to 100)
Last updated