Building a query
This page shows you how to ask a question of your data with a query — the heart of Zinye Insights. You build queries visually, point and click, with no SQL required.
Build a query
Section titled “Build a query”- In a workbook, create a new query.
- Pick the table to start from (for example Sales Invoice).
- Add steps to shape the answer:
- Filter to the rows you want (this year, a specific customer)
- Group by something (by month, by item, by territory)
- Summarise with a total, count, or average
- Sort so the biggest (or latest) is on top
- The result table updates as you go, so you always see what your question returns.
Each step is a simple choice, and you can reorder or remove steps until the answer is right.
Worked example
Section titled “Worked example”To get monthly sales this year:
- Start from your sales data.
- Filter the date to this year.
- Group by month.
- Summarise the amount as a total.
That’s it — a clear monthly sales figure, no formulas typed.
Next: make it a chart
Section titled “Next: make it a chart”A query gives you a table. Turn it into something you can read at a glance — see Charts.