MIN

Definition:
  • The MIN function in Infoveave is used to find the minimum (smallest) value within a column (Measure).
Applicable to:

Calculated Columns Expressions

Return Value:
  • The return value of the MIN function is the smallest value found within the specified column.
Remark:
  • MIN is useful when you want to determine the smallest value in a dataset, helping you identify the lowest value among a set of data points.
  • MIN function returns the minimum value in the column, excluding nulls and blanks.
  • MIN function can be used across Dates, Strings, and Numbers
Syntax:

MIN(<expression>)

MIN in Board Expression

Parameters

ExpressionA placeholder in a function that is replaced with the actual widget and measure names.
Widget NameThe specific name or identifier of the widget being used for data visualization in the specific Infoboard.
Measure Represents the name of the measure that is being displayed or analyzed using the widget.
  • Write the MIN function. For instance:

MIN (<expression>)

  • Replace <expression> with 'Widget Name'[Measure]
    • Replace Widget Name with the actual name of your widget and Measure with the corresponding measure name.
  • To learn how to configure an Expression in Infoveave, visit the section Configure Expression.

MIN in Calculated Columns

Parameters

ExpressionA placeholder in a function that is replaced with the actual widget and measure names.
Column NameThe name of the column in the dataset or Datasource that contains the values you want to analyze.
  • Write the MIN function. For instance:

MIN(<expression>)

  • Replace <expression> with the [Column Name] in the dataset.
  • To learn how to use Infoveave functions in calculated columns, visit Add Calculated Column under Sources.
Was this article helpful to you? Yes No

How can we help?

Copyright © 2024 Noesys Software Pvt. Ltd.

Infoveave is a proprietary product of Noesys.  All Rights Reserved.