---
title: Targets and Thresholds
description: Learn to set up and manage targets and thresholds in Infoveave, including alert configuration, template uploads, and notifications.
---
import { Aside, Steps } from '@astrojs/starlight/components';

# Targets and Thresholds

In Infoveave, targets and thresholds help you define significant points in your data and notify you when a measure reaches a specific level. A target allows you to visualize the difference between the desired score and the actual measure of an indicator on a specific date. Thresholds define a normal range of measures for an indicator and alert you when certain events occur, such as when a measure reaches an all-time high or low.

<Aside type="tip">
Targets allow you to visualize the difference between the desired score on a specific date and the actual measure of an indicator.
</Aside>

## Creating Targets and Thresholds
<Steps>
1. To create and set up the targets and thresholds based on your available Datasource, click on **Targets and Thresholds** tab in **Datasource Setup panel**. All targets and thresholds created by you or shared with you are displayed.  
![add targets and thresholds](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/addtargetandthresholds.png)
2. To create a new formula, click on the **+ Add targets and thresholds** button.
3. Enter the targets and thresholds **Name**.  
![Target and Threshold](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/Target-and-Threshold.png)
4. Select the required **Measures** and **Dimensions** from their respective lists.
5. Select the alert frequency for the date dimension such as years, quarters, months, weeks, or days.
6. After configuring all measures and dimensions, define the aggregation type as either sum or average.
7. Click on **Save** to save the targets and thresholds configuration.
</Steps>

<Aside type="tip">
Infoveave allows you to select up to **five** dimensions for the targets and thresholds.
</Aside>

## Downloading the Targets and Thresholds Template

The targets and thresholds template serves as the foundation for your targets and thresholds values. The downloaded template allows you to define your targets and thresholds values before uploading them back into Infoveave.

<Steps>
1. To define the targets and thresholds values, start by downloading the template.
2. Click on the **ellipsis** icon on the required targets and thresholds. Click on the **Download** <i class="fa-duotone fa-regular fa-download"></i> button. A download template dialog box appears showing the selected dimension values.  
![download tt](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/downloadtt.png)
3. Select the date range based on the frequency you want.
4. Choose between **Percentage** or **Value** of the target depending on the type of value you want to insert in the template.
5. Select the dimension item(s) for each dimension on which you want to apply the targets and thresholds. If you want to select all available dimension values, you can use the **Select all** option.
6. Click on the **Download** button to download the template in .csv format.
7. Open the downloaded template and define the targets and three threshold values. The threshold values are represented as Threshold_1, Threshold_2, and Threshold_3.
</Steps>


## Uploading the Targets and Thresholds Template

Uploading the targets and thresholds template back into Infoveave allows you to bring the configured targets and thresholds values into the system.

<Steps>
1. Click on the **ellipsis** icon on the required targets and thresholds. Click on the **Upload** button <i class="fa-duotone fa-regular fa-upload"></i> to start the process. The upload template dialog box appears for you to upload the configured template.  
![upload tt](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/uploadtt.png)
2. Browse your local storage and select the template file you created earlier.
3. Confirm the upload by clicking on the **Data upload** button. The system processes the data for integration and shows a success notification once the upload is complete.  
![preview](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/previewtt.png)
4. To verify the uploaded template and ensure it accurately reflects your targets and thresholds values, click on **Preview** button by clicking on the **ellipsis**.
</Steps>

<Aside>
For one target and thresholds created, four alerts are created by default.
</Aside>

## Activating the Targets and Thresholds Alerts

<Steps>
1. Infoveave sets up four alerts for every target and threshold. To access the alerts, click on **Automation** <i class="fa-duotone fa-regular fa-arrow-right"></i> **Alerts** <i class="fa-duotone fa-regular fa-bell"></i>. All alerts set by you or shared with you are displayed under the tabs **My Alerts** and **Shared Alerts**.  
![enable alert](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/enablealert.png)
2. To activate an alert, click on the **Enable alert** icon.
3. Click on the **Edit** icon <i class="fa-duotone fa-regular fa-pen"></i> to configure or customize the alert message. Select a relational operator from the dropdown list and choose the notification type.  
![alert message](/images/Studio/Datasources/Datasource-Configuration/Targets-and-Thresholds/alertmessagett.png)
4. Update the **Alert message** field with the desired message. This message is displayed when the condition set in the alert is met.
5. Select a **Relational operator** from the dropdown menu to define the relationship between the measure and the alert rule. For example, greater than, less than, or equal to.
6. Under **Notification type**, choose the type of notification for the alert. This includes success, error, information, and warning.
7. To add a new action for the alert, click on **Add action**. This allows you to select either a specific activity or a workflow to be initiated when the alert is triggered.
8. If you want the selected activity or workflow to be executed automatically when the alert condition is met, enable the **Is automated** checkbox.
9. Once you have made all the required changes, click on **Save** to apply the updated settings to the alert.
</Steps>

<Aside type="tip">
By default, all the targets and thresholds alerts are disabled.
</Aside>