IMetricSetServiceAddCalculatedMeasure Method |
Adds a new calculated measure to the metric set, based on the specified statement and placeholders, and saves the metric set.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax MeasureUsage AddCalculatedMeasure(
MetricSet metricSet,
string statement
)
Function AddCalculatedMeasure (
metricSet As MetricSet,
statement As String
) As MeasureUsage
MeasureUsage^ AddCalculatedMeasure(
MetricSet^ metricSet,
String^ statement
)
abstract AddCalculatedMeasure :
metricSet : MetricSet *
statement : string -> MeasureUsage
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set. - statement
- Type: SystemString
The statement.
Return Value
Type:
MeasureUsage
The measure usage element.
Exceptions See Also