Open this page in the API Guide

IDataInputService.ModifyContextualMeasureValue Method

Modifies the contextual measure value.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ContextualValue ModifyContextualMeasureValue(
	Guid contextualValueId,
	Number? value,
	Guid metricSetId
)

Parameters

contextualValueId
Type: System.Guid
The contextual value identifier.
value
Type: System.Nullable<Number>
The value.
metricSetId
Type: System.Guid
The metric set identifier.

Return Value

Type: ContextualValue
The contextual measure value.
Exceptions
ExceptionCondition
ArgumentExceptioncontextualValueId is Empty.
NotFoundExceptionThe contextual value with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also