Updated on
Nov 22, 2024
This feature allows you to create a fully customized mapping, allowing to manipulate data by adding calculated fields and applying filters. This manipulation includes mathematical operations and conditional logic to transform raw data into insightful metrics.
FROM
field indicates the source of the data, such as a table from a database. Users can pull data from sources like stg_google_ads_campaign.
SET
keyword designates the beginning of a calculation, and the AS field allows the user to name the new calculated field.revenue by cost
and then multiplying by some factor to adjust the value as needed.WHEN
clause is used to set conditions that the data must meet to be included in the report. Conditions can be based on date ranges, account names, or any other available columns.AND
requires all conditions to be met, while OR
allows for any condition to be met.This type of cell allows setting up different metric calculations: either with other columns or with different numbers altogether.
This type of cell allows setting up very complex rules for filters, which can include several levels of hierarchy.
You can set up filters without columns by skipping the column step and starting directly with filters.
You can apply filters on results (labels) from previous cells. To achieve that you need hover on a label to see the actual SQL query you want to apply new filters.
Improvado team is always happy to help with any other questions you might have! Send us an email.
Contact your Customer Success Manager or raise a request in Improvado Service Desk.