logologo
Get Started
Guide
Development
Plugins
API
Home
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
Italiano
Türkçe
Українська
Tiếng Việt
Bahasa Indonesia
ไทย
Polski
Nederlands
Čeština
العربية
עברית
हिन्दी
Svenska
Get Started
Guide
Development
Plugins
API
Home
logologo
Overview

Data sources

Data source manager
Main data source

External data sources (Databases)

Overview
External MySQL
External MariaDB
External PostgreSQL
External MSSQL
External Oracle
Main vs External Databases
REST API data source
KingbaseES data source

Collections

Overview
General collection
Inheritance collection
File collection
Tree collection
Calendar collection
Comment collection
Expression collection
SQL collection
View collection

Collection fields

Overview
Field Validation

Basic

Single text
Long text
Phone
Email
URL
Integer
Number
Percent
Password
Color
Icon

Choices

Checkbox
Select
Multiple select
Radio group
Checkbox group

Media

Markdown
Markdown (Vditor)
Rich text
Attachment (Relationship)
Attachment (URL)

Date & Time

Overview
Date & time (with timezone)
Date & time (without timezone)
Unix timestamp
Date (without time)
Time

Geometry

Point
Line
Circle
Polygon

Advanced

Snowflake ID (53-bit)
UUID
Nano ID
Sort
Formula
Sequence
JSON
Collection select
Encryption

System info

Created at
Updated at
Created by
Last updated by
Space
Table OID

Associations

Overview
One to one
One to many
Many to one
Many to many
Many to many (array)

Development

Overview
Next PageOverview

#Collection selector

The Collection selector field is a special field type that allows users to select one or more collections from a predefined list. This field type is very useful in scenarios where you need to dynamically reference different collections, such as building configurable reports, dashboards, or complex applications that need to change data sources based on user selection.

#Use Cases

#Dynamic Report Generation

In a report generation module, users may need to select a collection from multiple collections as the data source for the report. By using the Collection selector, users can easily select the desired collection, and the system will dynamically generate the report based on the user's selection.

#Configurable Dashboards

In a dashboard application, users can customize the data displayed on the dashboard. The Collection selector allows users to choose the collections they are interested in, thereby displaying charts and statistical data from different data sources on the dashboard.

#Flexible Data Import/Export Tools

When developing a generic data import or export tool, you can use the Collection selector to let users specify the collection to operate on. This way, the same tool can be used to process data from any collection in the system, greatly improving the tool's reusability.