Common Query View questions focus on result accuracy, query scope, and synced data changes, with 4 FAQs and a 3-term glossary.
FAQ
Why do the query results not match what I expected?
- Check whether the query conditions are set correctly.
- Confirm that the field type matches the condition logic.
- Review the actual content in the data table to make sure it matches your query intent.
Can I query across multiple data tables?
- Query View only supports fields from the current data table.
- If you need to query another table, switch to that table first.
- Then create a new Query View in that table.
Why do the results change after I edit the source data?
- Query View results stay synced with source data changes.
- When the returned data changes, the result set updates automatically.
- If you need to verify the difference, go back to the source table and review the original records.
What should I do if a complex query takes longer to process?
- Reduce unnecessary combined conditions where possible.
- Use more specific field conditions to narrow the result range first.
- If the dataset is large, wait for processing to finish before adjusting the query again.
Glossary
| Term | Definition |
|---|---|
| Query View | A data retrieval view in Multi-Dimensional Tables that finds and displays a result set based on conditions. |
| Query condition | A rule used to limit the result range, usually based on field values. |
| Source data | The original data table used by Query View. Results update when this data changes. |