IDMNodeHelper.HelpGetUniqueValues

A helper function to get unique values from an InputSpreadsheet, can be used to help implement IDMNode::GetOutputDatasetUniqueValues.

Syntax Parameters Return Value
Function IDMNodeHelper.HelpGetUniqueValues( _
    pS As InputSpreadsheet, _
    options As DMUniqueValuesOptions, _
    variables As Variant, _
    maxNbValues As Long, _
    maxVal As Double, _
    ByRef pvUniqueValues As Variant, _
    ByRef pvLabels As Variant, _
    ByRef pValidN As Long, _
    ByRef pMean As Double, _
    ByRef pStdDev As Double) As Long
  • pS [in]

Type: InputSpreadsheet

  • options [in]

Type: DMUniqueValuesOptions

  • variables [in]

Type: Variant

  • maxNbValues [in]

Type: Long

  • maxVal [in]

Type: Double

  • pvUniqueValues [out]

Type: Variant

  • pvLabels [out]

Type: Variant

  • pValidN [out]

Type: Long

  • pMean [out]

Type: Double

  • pStdDev [out]

Type: Double

Long