/
Building a query

Building a query

 

 

Devo offers two different ways of building a query:

Types of operations

When querying data in Devo, you can apply filters, create calculated columns, or apply aggregation operations, regardless of the method chosen.  An aggregation operation computes a single value from a collection of values. These operations help you turn your data into real, usable information and can be described as belonging to four categories:

  • Filtering data - Filter the data in your table to either include or exclude rows that meet the filter conditions you specify. 

  • Group data -  Perform temporal or no temporal data grouping to display all the different row value combinations of the grouped columns. Grouped data can be then aggregated using different operations.

  • Aggregate data -  Apply mathematical calculations on sets of grouped values. To use these, your data must already be grouped by time period. The aggregation operation is then applied to the sets of values in each time period grouping.

  • Create columns - Perform calculations or use lookup tables to generate new columns based on data that already exists in your table.

In the articles below, you can learn about applying query operations using the search window tools and the LINQ language in the following articles, as well as the complete list of operations that you can apply to your queries.

Related content

Building a query
Building a query
More like this
Building a query
Building a query
More like this
Building a query
Building a query
More like this
Setting up a data table
Setting up a data table
More like this
Searching data
Searching data
More like this
Operations reference
Operations reference
More like this