Gets or sets the expression template used to build the expression. Defaults to an empty string.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Property Value
Type: StringThe expression template.
Remarks
- Given the value Sales, the template Sum({0}) evaluates to the expression Sum([Sales]).
- Given the value Region, the template <{0} NEST [Year]> evauates to the expression <[Region] NEST [Year]>.
By default, this property is an empty string. This enables automatic mode where the marked cell value is passed through a heuristics function to generate an appropriate aggregation method, if required.
Version Information
See Also