Skip to content
Snippets Groups Projects
Commit 2d762543 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

match design

parent 9164c216
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,10 @@ Questions are made up of a number of parts:
* source data - database + table. Typically you will be working with a single table in your database as the starting point for you questions.
* optional filter - this narrows down the source data to an interesting subset, like "active users" or "bookings after June 15th, 2015"
* aggregation clause - bare rows, count, etc
* group by field or fields
* And a view -
* either bare rows or
* aggregation clause -, count, etc
* optional group by field or fields
* Advanced Options
* Limit to 1, 10,1000 or more entries
* Sort by a column: either by clicking on the column header or by selecting the column in the advanced section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment