DISTINCTCOUNT

Definition:
  • The DISTINCTCOUNT function in Infoveave calculates the number of unique, distinct values in a column or dataset. It counts how many different items are present without considering duplicates.
Applicable to:
Calculated Columns Expressions
Return Value:
  • The return value of the DISTINCTCOUNT function is an integer representing the count of unique, non-duplicate values in the specified column.
Remark:
  • DISTINCTCOUNT is useful when you want to know how many distinct items are in a particular column, such as counting the number of unique customers, products, or categories.
  • DISTINCTCOUNT function can be used across Date, Strings and Numbers.
  • DICTINCTCOUNT function takes all values into account.
Syntax:

DISTINCTCOUNT(<expression>)

DISTINCTCOUNT 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 DISTINCTCOUNT function. For instance:

DISTINCTCOUNT(<expression>)

  • Replace <expression> with 'Widget Name'[Measure]
    • Replace Widget Name with the actual name of your widget and Measure with the corresponding measure name.
  • Set the condition with the DISTINCTCOUNT function based on the scenario. For instance, you can set the count entries that meet a certain criterion, as the condition.
  • To learn how to configure an Expression in Infoveave, visit the section Configure Expression.

DISTINCTCOUNT 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 DISTINCTCOUNT function. For instance:

DISTINCTCOUNT(<expression>)

  • Replace <expression> with [Column Name]
    • Replace Column Name with the actual name of your column required. 
  • To learn how to add calculated columns in Infoveave, visit the section Calculated Columns.
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.