Common questions about WPS Data Table Checkboxes on Android usually focus on field creation, record filtering, and formula references; this FAQ covers 4 frequent questions.
FAQ
Can I check multiple records in batch with a checkbox field?
- Batch checking for multiple records is not currently supported on Android.
- If you need to update multiple records, tap each checkbox one by one.
- After that, you can use filters to review the checked results quickly.
Can a checkbox field be used for filtering?
- Open the filter settings for the table.
- Select the checkbox field as the filter condition.
- Apply the filter with Checked or Unchecked.
What is the difference between a checkbox and a single-select option?
- A checkbox has only two states: checked and unchecked.
- A single-select option is used to choose one item from multiple preset options.
- If you only need to record done or not done, a checkbox field is the better fit.
Why does the formula result change when I change the checkbox state?
- A checkbox field can be referenced in formulas.
- The checked state maps to 1, and the unchecked state maps to 0.
- When the field is used in a formula, the result updates with the state change.
Glossary
| Term | Definition |
|---|---|
| Checkbox field | A data table field type used to represent checked and unchecked states. |
| Filter condition | A rule used to show only records that match a specified field value. |
| Formula field | A data table field that references other fields and returns a calculated result. |
| Checked state | The selected state of a checkbox, which maps to the value 1 in this feature. |