Common Query View questions usually focus on result accuracy, field scope, and data sync; this FAQ covers 3 frequent questions and practical answers.
FAQ
Why do the query results look different from what I expected?
- Check whether the query conditions are set correctly, including whether the field type matches the condition.
- Confirm that the logic between conditions matches your search goal.
- Review the actual content in the data table to make sure it matches what you are trying to find.
Can I query across multiple data tables?
- The current query scope is limited to the current data table.
- When you add query conditions, you can only choose fields from the current table.
- To query another table, switch to that table and create or use a Query View there.
Why do updates take longer after I change the conditions?
- More complex conditions or larger data volumes can increase processing time.
- Try reducing the number of conditions first, then add more as needed.
- Wait for the results to refresh before checking the final data.
Glossary
| Term | Definition |
|---|---|
| Query View | A query-based view in a multi-dimensional table that searches records in the current table and shows matching results separately. |
| Query Condition | A rule used to narrow the search scope, based on fields in the current data table. |
| Source Table | The original data table connected to the query view; query results update when data in that table changes. |