Document toolboxDocument toolbox

Building a query

Devo offers two different ways of building a query:

When querying data in Devo, you can apply filters, create calculated fields, or apply aggregation operations, regardless of the method chosen. 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 fields. Grouped data can be then aggregated using different operations.

  • Aggregate data -  Apply mathematical calculations on sets of grouped values to compute a single value from them. 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 fields - Perform calculations or use lookup tables to generate new fields 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.