Skip to content

FIRSTNONBLANK

The FIRSTNONBLANK function in Infoveave retrieves the first non-blank (non-empty) value within a specified dataset or column, filtered by the current context.

Applicable to

  • Calculated Columns
  • Expressions

Return Value

The first non-blank value encountered within the dataset or column.

Remark

  • Useful for quickly identifying and extracting the first meaningful data from a list or dataset.
  • Can be used across Dates, Strings, and Numbers.

Syntax

FIRSTNONBLANK(<expression>)

FIRSTNONBLANK in Board Expression

ParameterDescription
ExpressionA placeholder in a function replaced with the actual widget and measure names.
Widget NameThe specific name or identifier of the widget used for data visualization in the Infoboard.
MeasureThe name of the measure displayed or analyzed using the widget.

Steps to Use FIRSTNONBLANK

  1. Write the FIRSTNONBLANK function. For instance FIRSTNONBLANK(<expression>)
  2. Replace <expression> with 'Widget Name'[Measure]. Replace Widget Name with your widget’s name and Measure with the corresponding measure name.
  3. To learn how to configure an Expression in Infoveave, visit the section Configure Expression.

FIRSTNONBLANK in Calculated Columns

ParameterDescription
ExpressionA placeholder in a function replaced with the column names.
Column NameThe name of the column in the dataset or Datasource containing the values you want to analyze.

Steps to use FIRSTNONBLANK in Calculated Columns

  1. Write the FIRSTNONBLANK function. For instance FIRSTNONBLANK(<expression>)
  2. Replace <expression> with [Column Name]. Replace Column Name with the actual column name.
  3. To learn how to add calculated columns in Infoveave, visit the section Calculated Columns.