Organize table records
Organize records and summarize column values in a table display.
Use table controls to arrange records and focus on the records you need.
Sort records to bring values into a useful order. Filter records with field-specific conditions. Group records with the same field value together.
You can use these controls wherever tables appear, including views, pages, and form views. They affect only the current table display. They do not change or delete records.
In Builder mode, you can also sort and group records from a column header directly.
Sort records
Sort records when you need a consistent order. Use the toolbar or, in Builder mode, the column header menu.
Filter records
Filters limit records to those that match the conditions you set.
A filter has three parts:
Where selects the field to check.
Operator defines how Ninox compares that field.
Value supplies the value to match when required.
The available operators and value control depend on the selected field type.
Filter by what you want to match
Choose the field you want to filter. Then select an operator and enter the required value.
Match an exact value
Use is or is not when the field must equal a complete value.
Text, Multi-line text, Email, Phone, URL, Location, Appointment, and Rich text: enter the complete value.
Choice fields: select the choice or choices to match.
Number: enter the exact number.
Date: enter a date or select it from the calendar.
Date and time: enter the complete date and time.
Time and Duration: enter the value in
hh:mmformat, such as10:00.Yes/No: select Yes or No.
User: enter the exact user.
Color: enter a color name, hex code, or RGB value.
Icon: enter the icon name.
Match part of a value
Use contains or does not contain when any part of the value can match.
These operators are available for Text, Multi-line text, Email, Phone, URL, Location, Appointment, and Rich text.
Match values from a list
Use in list or not in list when any of several values can match.
These operators are available for Text, Multi-line text, Email, Phone, URL, Location, Appointment, and Choice fields.
For text-based fields, enter complete values separated by commas. Matching is case-sensitive.
Compare values or date ranges
Use greater than, greater than or equal, less than, or less than or equal to compare values.
These operators are available for Number, Date, Date and time, Time, and Duration.
Use in range for Date and Date and time. Select a predefined period such as Today or This week.
Find empty or filled fields
Use is empty to find records without a value. Use is not empty to find records with a value.
File, Signature, and Logic fields support only these operators.
Watch how to filter and sort records
Group records
Group records by a field to scan categories, statuses, or dates more easily. Use the toolbar or, in Builder mode, the column header menu.
Aggregate column values
Use aggregation to summarize values in a grouped table. Available calculations depend on the field type.
Choose the summary you want to display
Choose an aggregation based on the question you want the table to answer:
Count counts the number of records in the column. Use it to see how many records each group contains.
Sum adds numeric values. Use it for totals such as invoice amounts or hours worked.
Average calculates the mean of numeric values. Use it to compare average amounts, scores, or durations.
Median returns the middle numeric value. Use it when unusually high or low values would distort an average.
Minimum returns the lowest number or earliest date and time. Use it to find the earliest deadline or smallest value.
Maximum returns the highest number or latest date and time. Use it to find the latest deadline or largest value.
First returns the first value in the current table.
Last returns the last value in the current table.
Concatenate combines values into one text string. Use it to show all names, statuses, or contact details in a group.
Unique returns each distinct value in a list.
Watch how to group records and use aggregations
Last updated
Was this helpful?