LogoLogo
  • Docs
  • Connector Configuration
  • Knowledge Base
  • Changelog
  • Get Started
  • The Basics
    • What is Appmixer
    • Appmixer interfaces
      • Appmixer Studio
      • Backoffice
      • SDK Demo
  • Appmixer Studio features
    • What is a flow
    • Creating a flow
    • Sharing a flow
    • Flow examples
      • Forward customer support calls based on PIN
      • Feed customer data to Mailchimp
      • Google Drive document approvals
      • CSV import: calculate average value
    • Creating an Integration template
    • Using Variables to map data
    • Using Modifiers to alter data
    • Implementing logic
    • Troubleshooting errors
    • Visual features
      • Selecting multiple objects
      • Copying objects
      • Zooming in/out
      • Exporting a flow to an Image
      • Renaming a flow
      • Renaming a component
    • Utility modules
      • Webhooks
      • HTTP
      • Filters
      • Scheduling
      • Forms
      • Tasks
      • Language
    • Connected accounts
      • Connecting a new account
      • Managing accounts
    • Data storage
      • Creating a Data storage
      • Editing a Data storage
      • Using Data storage in a flow
    • Insights
      • Logs
      • Dashboard
      • Charts
      • Chart types
      • Data aggregations
    • Changing a password
  • Backoffice features
    • Insights
    • Flows
    • Users
    • Access Control List
    • Services
    • Extra: Creating custom components
  • SDK Demo
    • SDK Demo: Workflow automation
    • SDK Demo: Integration templates
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Appmixer Studio features
  2. Insights

Data aggregations

PreviousChart typesNextChanging a password

Last updated 3 years ago

Was this helpful?

Reading all the previous articles about Insights, you've come to a place where there is just one last thing that remains to be explained: Data aggregations.

, "Data aggregation is the process of gathering data and presenting it in a summarised format. The data may be gathered from multiple data sources with the intent of combining these data sources into a for data analysis."

Where do you find Data aggregations in Appmixer, you may wonder. Well, if you find yourself creating a chart, you'll find that out. 👇

Let's spend a minute looking at the aggregation types offered in Appmixer.

Sum Adds together all the specified data to get a total.

Min Displays the lowest value for each category.

Max Displays the highest value for each category.

Average Computes the average value of the specific data.

Unique Count Counts the total number of unique data entries for each category.

Range A multi-bucket value source based aggregation that enables the user to define a set of ranges - each representing a bucket.

Filter Narrows the set of data to that that matches a query.

Date Histogram Similar to the normal , but it can only be used with date or date range values, typically in combination with the special purpose "@timestamp" field.

histogram
As import.io puts it
summary
Data aggregations