TipoTapp allows you to configure Quick Filters to filter list of objects listed in a Tipo with predefined conditions.
Quick Filters are used to filter the data displayed in list views. When used, only the relevant records will be fetched from the server. Quick Filters also use the Query DSL specified in the next section.
To demonstrate Quick Filters, we’ll add a new Tipo to the Student Management System. This Tipo will be used to hold information regarding Applications that the institution receives.
Add a Tipo named Application to the app and add the following fields and Meta Data to it.
- Name: Application
- Description: Application Tipo
- Tipo Type: Simple Tipo

Add the following fields to the Tipo.
Student
field:
- Field: Student
- Type: Student
- Show in List view: Yes
Course
field:
- Field: Course
- Type: Course
- Show in List view: Yes
Application Date
field:
- Field: Application Date
- Type: Date/Time
- Show in List view: Yes
Cover Letter
field:
- Field: Cover Letter
- Type: Rich String
Application Status
Field: Application Status
Type: Simple String
Show in List view: Yes
Save the Application Tipo. After saving, expand the Application Status field to show what’s in the system field name. You’ll see application_status with an underscore in the middle. These system fields are automatically generated for you. may change them if necessary, but we recommend leaving the system generated fields as they are.
Note: When constructing the filters, you must use the system field name instead of the label.
In Edit mode, go to List Tab
Add the following to Filter Definition(s):


With the above settings, the user will be able to filter the records shown according to the status of the application.
When you set a Quick Filter, the following control is added to the list view of that Tipo.
On clicking on it, you will be able to select from a list of filters that you added.


Comments
0 comments
Please sign in to leave a comment.