Description
The Execute Target Threshold activity evaluates performance data against predefined Target and Threshold rules created in Infoveave. These rules are used to monitor KPIs, detect anomalies, and trigger alerts based on how actual values compare to target benchmarks.
This activity pulls live or batch data from the associated data source and runs it against the selected Target and Threshold configuration.
Use case:
A business unit monitors sales target achievements across regions. This activity fetches the data and applies target rules (e.g., “Sales ≥ $500K”) to flag any underperforming areas.
Field | Required | Description |
---|
Data | Yes | Incoming data from the previous activity or source to be validated |
Output
Output Type | Format | Description |
---|
Data | Table | Output showing records that meet or violate the threshold conditions |
Configuration Fields
Field Name | Description |
---|
Target Threshold ID | ID of the Target and Threshold definition created within Infoveave. Required. |
Not Applicable
Sample Configuration
Field | Value |
---|
Target Threshold ID | TT-SALES-Q1-2025 |
Sample Output
Region | Sales Target | Actual Sales | Status |
---|
North America | 500,000 | 480,000 | Below Target |
Europe | 450,000 | 460,000 | Met Target |
Asia Pacific | 600,000 | 630,000 | Exceeded |