Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Sets the value of the specified datapoint to the specified value if the specified value is less than the existing value of the datapoint.
SP.BWsaClient.setIfMin(dwDatapointId, dwDatapointValue);
Parameters
dwDatapointId
Type: UInt32
The ID of the datapoint.
dwDatapointValue
Type: UInt32
The value to which the datapoint value is compared.
Remarks
If a datapoint with the specified ID does not exist, this method creates a new datapoint with the specified value.