DimensionalParameterDataProvider.GetFilteredSetExpression Method
SharePoint 2010
Returns a Multidimensional Expressions (MDX) set expression that is the base set expression filtered by the Web Part context.
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.StringAn 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.