GridViewData.TIFormula property

Gets or sets the value that is passed from a Time Intelligence filter to the scorecard's TI Formula endpoint.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property TIFormula As String
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As String

value = instance.TIFormula

instance.TIFormula = value
public string TIFormula { get; set; }

Property value

Type: System.String
The value that is passed from a Time Intelligence filter to the scorecard's TI Formula endpoint.

Remarks

TIFormula represents the formula that is used by the scorecard query engine to filter KPI measures uniformly and independent of the data source. If not specified, the formula for the default Time Intelligence filter of the KPI is applied, if one is defined.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace