MissingDataMethod Property
The MissingDataMethod property returns or sets how missing data values are handled by the profile.
Syntax
object.MissingDataMethod
object.MissingDataMethod = MissingDataMethod
Parameter |
Type |
Description |
MissingDataMethod |
required; This specifies the method for missing data in the profile. |
Example
The following example changes the MissingDataMethod to Skip.
Profile.MissingDataMethod = srfProfileMissingDataSkip
Used by: Profile Object