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 specified datapoint to a binary value.
SP.BWsaClient.setBool(dwDatapointId, dwDatapointValue);
Parameters
dwDatapointId
Type: UInt32
The ID of the datapoint.
dwDatapointValue
Type: UInt32
The value to which the datapoint is set.
Remarks
This method overwrites any existing datapoint value.
If the value of dwDatapointId is 0 (zero), this method calls SP.BWsaClient.setDw(dwDatapointId, dwDatapointValue) Method with dwDatapointId and 0; otherwise it calls SP.BWsaClient.setDw(dwDatapointId, dwDatapointValue) Method with dwDatapointId and 1.