Using Queries
These guides discuss how to define queries that let you select specific Row
and Cell
combinations from each Table
, and benefit from powerful features like grouping and aggregation.
See also the Car Analysis demos and the Movie Database demo.
An Intro To Queries
This guide describes how the queries
module gives you the ability to create queries against Tables
in the Store
- such as selecting specific Row
and Cell
combinations from each Table
, or performing powerful features like grouping and aggregation.
TinyQL
This guide describes how to build a query against Store
data, using the API provided by the setQueryDefinition
method in the Queries
object.
Building A UI With Queries
This guide covers how the ui-react
module supports the Queries
object.