DM_setFldOutlLim

This method sets outlier limits for the specified field contained in a DM_LogicalDataSpec value. All values that fall outside of this range are treated as outliers. This applies only to numeric fields.

Syntax

Method syntax

Read syntax diagramSkip visual syntax diagram
>>-logData..DM_setFldOutlLim--(--fldName--,--lowLimit--,--highLimit--)-><

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_setFldOutlLim--(--logData--,--fldName--,--lowLimit--,--highLimit--)-><

Parameters

logData
A value of type DM_LogicalDataSpec
fldName
A value of type VARCHAR(128) that is already contained in logData
lowLimit
A value of type DOUBLE , DATE, TIME, or TIMESTAMP, that represents the lower bound value
highLimit
A value of type DOUBLE , DATE, TIME, or TIMESTAMP, that represents the upper bound value

Return Value

The return value is of type DM_LogicalDataSpec



Feedback | Information roadmap