FIRSTNONBLANKX
The FIRSTNONBLANKX function in Infoveave identifies the first non-blank (non-empty) value in a dataset or column that meets a specific condition, filtered by the current context.
Applicable to
- Calculated Columns
- Expressions
Return Value
The first non-blank value meeting the specified condition.
Remark
FIRSTNONBLANKX extracts the initial non-empty data point while considering a condition, useful for responsive monitoring and alerting. It provides selective and context-aware results.
Syntax
FIRSTNONBLANKX(<expression>,<condition>)FIRSTNONBLANKX in Board Expression
Parameters
| Parameter | Description |
|---|---|
| Expression | A placeholder replaced with the actual widget and measure names. |
| Condition | A placeholder replaced with the condition filter. |
| Widget Name | The specific name of the widget used for data visualization in the Infoboard. |
| Measure | The name of the measure displayed or analyzed using the widget. |
| Dimension | The dimension column displayed or analyzed using the widget. |
| Dimension Value | Specific dimension items within the dimension column used for widget visualization. |
Steps to use FIRSTNONBLANKX in Board Expression
- Write the FIRSTNONBLANKX function. For example
FIRSTNONBLANKX(<expression>,<condition>) - Where
expressionequals'Widget Name'[Measure]andconditionequals[Dimension Name]="Dimension Value".Replace Widget Name, Measure, Dimension Name, and Dimension Value with your actual values. - To learn how to configure an Expression in Infoveave, visit Configure Expression.
FIRSTNONBLANKX in Calculated Columns
| Parameter | Description |
|---|---|
| Expression | A placeholder replaced with the column names. |
| Condition | A placeholder replaced with the condition filter. |
| Column Name | The name of the column containing the values you want to analyze. |
| Filter Condition | A filter condition (string or numeric) that returns data points meeting the defined condition. |
Steps to use FIRSTNONBLANKX in Calculated Columns
- Write the FIRSTNONBLANKX function. For example
FIRSTNONBLANKX(<expression>,<condition>) - Replace
<expression>with the required[Column Name]and<condition>with[Column Name]="Filter Condition". - Replace Column Name and Filter Condition with your actual values.
- To learn how to add calculated columns in Infoveave, visit Calculated Columns.