SP.BWsaClient.setDw(dwDatapointId, dwDatapointValue) Method
Applies to: SharePoint Foundation 2010
Sets the specified datapoint to the specified value.
SP.BWsaClient.setDw(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 creates a new datapoint if a datapoint with the specified ID does not exist.