This topic has not yet been rated - Rate this topic

DimensionalParameterDataProvider.GetFilteredSetExpression Method

Returns a Multidimensional Expressions (MDX) set expression that is the base set expression filtered by the Web Part context.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
protected static string GetFilteredSetExpression(
	string baseSetExpression,
	string measureUniqueName,
	WebPartContext webPartContext
)

Parameters

baseSetExpression
Type: System.String
The base set expression.
measureUniqueName
Type: System.String
The unique name of the measure that is used to determine whether the set is empty.
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContext
The Web Part context that is used to filter the base set expression.

Return Value

Type: System.String
An MDX set expression in the form of NONEMPTY(base set expression, Web Part context filter values) if the Web Part context contains filter values; otherwise, the base expression if the Web Part context is null or contains no filter values.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.